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 | 50 struct KeyInfo { struct 57 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 | 315 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 | 358 struct KeyInfo { struct in android::FakeEventHub 373 KeyedVector<int32_t, KeyInfo> keysByScanCode; 374 KeyedVector<int32_t, KeyInfo> keysByUsageCode; 516 KeyInfo info; in addKey() 624 const KeyInfo* key = getKey(device, scanCode, usageCode); in mapKey() 641 const KeyInfo* getKey(Device* device, int32_t scanCode, int32_t usageCode) const { in getKey()
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 39246 Landroid/security/keystore/KeyInfo; 39247 Landroid/security/keystore/KeyInfo;->getBlockModes()[Ljava/lang/String; 39248 Landroid/security/keystore/KeyInfo;->getDigests()[Ljava/lang/String; 39249 Landroid/security/keystore/KeyInfo;->getEncryptionPaddings()[Ljava/lang/String; 39250 Landroid/security/keystore/KeyInfo;->getKeySize()I 39251 Landroid/security/keystore/KeyInfo;->getKeystoreAlias()Ljava/lang/String; 39252 Landroid/security/keystore/KeyInfo;->getKeyValidityForConsumptionEnd()Ljava/util/Date; 39253 Landroid/security/keystore/KeyInfo;->getKeyValidityForOriginationEnd()Ljava/util/Date; 39254 Landroid/security/keystore/KeyInfo;->getKeyValidityStart()Ljava/util/Date; 39255 Landroid/security/keystore/KeyInfo;->getOrigin()I [all …]
|
D | boot-image-profile.txt | 4879 HPLandroid/security/keystore/KeyInfo;->getUserAuthenticationValidityDurationSeconds()I 29304 …android/security/KeyStore;Ljava/lang/String;Ljava/lang/String;I)Landroid/security/keystore/KeyInfo; 29333 HSPLandroid/security/keystore/KeyInfo;-><init>(Ljava/lang/String;ZIILjava/util/Date;Ljava/util/Date… 29334 HSPLandroid/security/keystore/KeyInfo;->isInsideSecureHardware()Z 57625 Landroid/security/keystore/KeyInfo;
|
/frameworks/base/api/ |
D | current.txt | 38647 public class KeyInfo implements java.security.spec.KeySpec {
|