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.h50 struct KeyInfo { struct
57 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.cpp315 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.cpp358 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/
Dhiddenapi-public-dex.txt39246 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 …]
Dboot-image-profile.txt4879 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/
Dcurrent.txt38647 public class KeyInfo implements java.security.spec.KeySpec {