Home
last modified time | relevance | path

Searched refs:KeyInfo (Results 1 – 19 of 19) 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.h53 struct KeyInfo { struct
60 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/keystore2/
DAndroidKeyStoreSecretKeyFactorySpi.java24 import android.security.keystore.KeyInfo;
62 if (!KeyInfo.class.equals(keySpecClass)) { in engineGetKeySpec()
70 static @NonNull KeyInfo getKeyInfo(@NonNull AndroidKeyStoreKey key) { in getKeyInfo()
242 return new KeyInfo(key.getUserKeyDescriptor().alias, in getKeyInfo()
DAndroidKeyStoreKeyFactorySpi.java20 import android.security.keystore.KeyInfo;
57 } else if (KeyInfo.class.equals(keySpecClass)) { in engineGetKeySpec()
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.h36 struct KeyInfo { struct
56 KeyedVector<int32_t, KeyInfo> keysByScanCode; argument
57 KeyedVector<int32_t, KeyInfo> keysByUsageCode;
178 const KeyInfo* getKey(Device* device, int32_t scanCode, int32_t usageCode) const;
DFakeEventHub.cpp142 KeyInfo info; in addKey()
305 const KeyInfo* key = getKey(device, scanCode, usageCode); in mapKey()
323 const FakeEventHub::KeyInfo* FakeEventHub::getKey(Device* device, int32_t scanCode, in getKey()
/frameworks/base/keystore/java/android/security/keystore/
DKeyInfo.java67 public class KeyInfo implements KeySpec { class
95 public KeyInfo(String keystoreKeyAlias, in KeyInfo() method in KeyInfo
/frameworks/av/drm/mediacas/plugins/clearkey/tests/
DClearKeyFetcherTest.cpp94 std::vector<KeyFetcher::KeyInfo> keys; in TEST_F()
/frameworks/base/core/java/android/security/
Dflags.aconfig41 description: "Add the API android.security.keystore.KeyInfo#isUnlockedDeviceRequired()"
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt47370 …android/security/KeyStore;Ljava/lang/String;Ljava/lang/String;I)Landroid/security/keystore/KeyInfo;
47473 Landroid/security/keystore/KeyInfo;-><init>(Ljava/lang/String;ZIILjava/util/Date;Ljava/util/Date;Lj…
47474 Landroid/security/keystore/KeyInfo;->mBlockModes:[Ljava/lang/String;
47475 Landroid/security/keystore/KeyInfo;->mDigests:[Ljava/lang/String;
47476 Landroid/security/keystore/KeyInfo;->mEncryptionPaddings:[Ljava/lang/String;
47477 Landroid/security/keystore/KeyInfo;->mInsideSecureHardware:Z
47478 Landroid/security/keystore/KeyInfo;->mInvalidatedByBiometricEnrollment:Z
47479 Landroid/security/keystore/KeyInfo;->mKeySize:I
47480 Landroid/security/keystore/KeyInfo;->mKeystoreAlias:Ljava/lang/String;
47481 Landroid/security/keystore/KeyInfo;->mKeyValidityForConsumptionEnd:Ljava/util/Date;
[all …]
/frameworks/base/boot/
Dpreloaded-classes6796 android.security.keystore.KeyInfo
Dboot-image-profile.txt29197 Landroid/security/keystore/KeyInfo;
/frameworks/base/config/
Dpreloaded-classes6800 android.security.keystore.KeyInfo
Dboot-image-profile.txt39331 Landroid/security/keystore/KeyInfo;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt39793 public class KeyInfo implements java.security.spec.KeySpec {