Home
last modified time | relevance | path

Searched refs:KeyInfo (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/drm/mediacas/plugins/clearkey/
DKeyFetcher.h33 struct KeyInfo { struct
50 uint64_t* asset_id, vector<KeyInfo>* keys) = 0; argument
DClearKeySessionLibrary.h54 struct KeyInfo { struct
61 KeyInfo mKeyInfo[kNumKeys]; argument
DClearKeyFetcher.cpp51 uint64_t* asset_id, std::vector<KeyInfo>* keys) { in ObtainKey()
117 KeyInfo key; in ObtainKey()
DClearKeyFetcher.h51 std::vector<KeyInfo>* keys) override;
DClearKeyCasPlugin.cpp374 std::vector<KeyFetcher::KeyInfo> keys; in updateECM()
/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreSecretKeyFactorySpi.java61 if (!KeyInfo.class.equals(keySpecClass)) { in engineGetKeySpec()
79 static KeyInfo getKeyInfo(KeyStore keyStore, String entryAlias, String keyAliasInKeystore, in getKeyInfo()
195 return new KeyInfo(entryAlias, in getKeyInfo()
DKeyInfo.java66 public class KeyInfo implements KeySpec { class
90 public KeyInfo(String keystoreKeyAlias, in KeyInfo() method in KeyInfo
DAndroidKeyStoreKeyFactorySpi.java59 } else if (KeyInfo.class.equals(keySpecClass)) { in engineGetKeySpec()
/frameworks/av/drm/mediacas/plugins/clearkey/tests/
DClearKeyFetcherTest.cpp94 std::vector<KeyFetcher::KeyInfo> keys; in TEST_F()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp311 struct KeyInfo { struct in android::FakeEventHub
326 KeyedVector<int32_t, KeyInfo> keysByScanCode;
327 KeyedVector<int32_t, KeyInfo> keysByUsageCode;
470 KeyInfo info; in addKey()
583 const KeyInfo* key = getKey(device, scanCode, usageCode); in mapKey()
600 const KeyInfo* getKey(Device* device, int32_t scanCode, int32_t usageCode) const { in getKey()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt61925 …android/security/KeyStore;Ljava/lang/String;Ljava/lang/String;I)Landroid/security/keystore/KeyInfo;
62028 Landroid/security/keystore/KeyInfo;-><init>(Ljava/lang/String;ZIILjava/util/Date;Ljava/util/Date;Lj…
62029 Landroid/security/keystore/KeyInfo;->mBlockModes:[Ljava/lang/String;
62030 Landroid/security/keystore/KeyInfo;->mDigests:[Ljava/lang/String;
62031 Landroid/security/keystore/KeyInfo;->mEncryptionPaddings:[Ljava/lang/String;
62032 Landroid/security/keystore/KeyInfo;->mInsideSecureHardware:Z
62033 Landroid/security/keystore/KeyInfo;->mInvalidatedByBiometricEnrollment:Z
62034 Landroid/security/keystore/KeyInfo;->mKeySize:I
62035 Landroid/security/keystore/KeyInfo;->mKeystoreAlias:Ljava/lang/String;
62036 Landroid/security/keystore/KeyInfo;->mKeyValidityForConsumptionEnd:Ljava/util/Date;
[all …]
/frameworks/base/non-updatable-api/
Dcurrent.txt41206 public class KeyInfo implements java.security.spec.KeySpec {
/frameworks/base/api/
Dcurrent.txt41350 public class KeyInfo implements java.security.spec.KeySpec {