Searched refs:KeyInfo (Results 1 – 13 of 13) sorted by relevance
/frameworks/av/drm/mediacas/plugins/clearkey/ |
D | KeyFetcher.h | 33 struct KeyInfo { struct 50 uint64_t* asset_id, vector<KeyInfo>* keys) = 0; argument
|
D | ClearKeySessionLibrary.h | 54 struct KeyInfo { struct 61 KeyInfo mKeyInfo[kNumKeys]; argument
|
D | ClearKeyFetcher.cpp | 51 uint64_t* asset_id, std::vector<KeyInfo>* keys) { in ObtainKey() 117 KeyInfo key; in ObtainKey()
|
D | ClearKeyFetcher.h | 51 std::vector<KeyInfo>* keys) override;
|
D | ClearKeyCasPlugin.cpp | 374 std::vector<KeyFetcher::KeyInfo> keys; in updateECM()
|
/frameworks/base/keystore/java/android/security/keystore/ |
D | AndroidKeyStoreSecretKeyFactorySpi.java | 61 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()
|
D | KeyInfo.java | 66 public class KeyInfo implements KeySpec { class 90 public KeyInfo(String keystoreKeyAlias, in KeyInfo() method in KeyInfo
|
D | AndroidKeyStoreKeyFactorySpi.java | 59 } else if (KeyInfo.class.equals(keySpecClass)) { in engineGetKeySpec()
|
/frameworks/av/drm/mediacas/plugins/clearkey/tests/ |
D | ClearKeyFetcherTest.cpp | 94 std::vector<KeyFetcher::KeyInfo> keys; in TEST_F()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 311 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/ |
D | hiddenapi-greylist-max-o.txt | 61925 …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/ |
D | current.txt | 41206 public class KeyInfo implements java.security.spec.KeySpec {
|
/frameworks/base/api/ |
D | current.txt | 41350 public class KeyInfo implements java.security.spec.KeySpec {
|