Home
last modified time | relevance | path

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

/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/
H A DKeyFetcher.h33 struct KeyInfo { struct
50 uint64_t* asset_id, vector<KeyInfo>* keys) = 0; argument
H A DClearKeySessionLibrary.h53 struct KeyInfo { struct
60 KeyInfo mKeyInfo[kNumKeys]; argument
H A DClearKeyFetcher.cpp51 uint64_t* asset_id, std::vector<KeyInfo>* keys) { in ObtainKey()
117 KeyInfo key; in ObtainKey()
H A DClearKeyFetcher.h51 std::vector<KeyInfo>* keys) override;
H A DClearKeyCasPlugin.cpp374 std::vector<KeyFetcher::KeyInfo> keys; in updateECM()
/aosp12/system/keymaster/android_keymaster/
H A Dremote_provisioning_utils.cpp45 struct KeyInfo { struct
51 bool operator==(const KeyInfo& other) const { in operator ==() argument
62 inline constexpr KeyInfo kAuthorizedEekRoots[] = {
107 KeyInfo matcher = {static_cast<CoseKeyCurve>(*curve), in validateAndExtractEekPubAndId()
/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreSecretKeyFactorySpi.java25 import android.security.keystore.KeyInfo;
65 if (!KeyInfo.class.equals(keySpecClass)) { in engineGetKeySpec()
73 static @NonNull KeyInfo getKeyInfo(@NonNull AndroidKeyStoreKey key) { in getKeyInfo()
241 return new KeyInfo(key.getUserKeyDescriptor().alias, in getKeyInfo()
H A DAndroidKeyStoreKeyFactorySpi.java21 import android.security.keystore.KeyInfo;
60 } else if (KeyInfo.class.equals(keySpecClass)) { in engineGetKeySpec()
/aosp12/frameworks/base/keystore/java/android/security/keystore/
H A DKeyInfo.java66 public class KeyInfo implements KeySpec { class
93 public KeyInfo(String keystoreKeyAlias, in KeyInfo() method in KeyInfo
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/tests/
H A DClearKeyFetcherTest.cpp94 std::vector<KeyFetcher::KeyInfo> keys; in TEST_F()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp397 struct KeyInfo { struct in android::FakeEventHub
417 KeyedVector<int32_t, KeyInfo> keysByScanCode;
418 KeyedVector<int32_t, KeyInfo> keysByUsageCode;
570 KeyInfo info; in addKey()
723 const KeyInfo* key = getKey(device, scanCode, usageCode); in mapKey()
740 const KeyInfo* getKey(Device* device, int32_t scanCode, int32_t usageCode) const { in getKey()
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51440 Landroid/security/keystore/KeyInfo;->mBlockModes:[Ljava/lang/String;
51441 Landroid/security/keystore/KeyInfo;->mDigests:[Ljava/lang/String;
51443 Landroid/security/keystore/KeyInfo;->mInsideSecureHardware:Z
51445 Landroid/security/keystore/KeyInfo;->mKeySize:I
51446 Landroid/security/keystore/KeyInfo;->mKeystoreAlias:Ljava/lang/String;
51449 Landroid/security/keystore/KeyInfo;->mKeyValidityStart:Ljava/util/Date;
51450 Landroid/security/keystore/KeyInfo;->mOrigin:I
51451 Landroid/security/keystore/KeyInfo;->mPurposes:I
51453 Landroid/security/keystore/KeyInfo;->mTrustedUserPresenceRequired:Z
51454 Landroid/security/keystore/KeyInfo;->mUserAuthenticationRequired:Z
[all …]
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes6091 android.security.keystore.KeyInfo
H A Dboot-image-profile.txt29483 Landroid/security/keystore/KeyInfo;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes6089 android.security.keystore.KeyInfo
H A Dboot-image-profile.txt39120 Landroid/security/keystore/KeyInfo;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt37584 public class KeyInfo implements java.security.spec.KeySpec {