Searched defs:attestationKey (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/ |
H A D | IKeystoreSecurityLevel.aidl | 39 …ndroid.system.keystore2.KeyDescriptor key, in @nullable android.system.keystore2.KeyDescriptor att… in generateKey() 40 …ndroid.system.keystore2.KeyDescriptor key, in @nullable android.system.keystore2.KeyDescriptor att… in importKey()
|
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/ |
H A D | IKeystoreSecurityLevel.aidl | 39 …ndroid.system.keystore2.KeyDescriptor key, in @nullable android.system.keystore2.KeyDescriptor att… in generateKey() 40 …ndroid.system.keystore2.KeyDescriptor key, in @nullable android.system.keystore2.KeyDescriptor att… in importKey()
|
/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/ |
H A D | IKeystoreSecurityLevel.aidl | 133 KeyMetadata generateKey(in KeyDescriptor key, in @nullable KeyDescriptor attestationKey, in generateKey() 147 KeyMetadata importKey(in KeyDescriptor key, in @nullable KeyDescriptor attestationKey, in importKey()
|
/aosp12/frameworks/base/keystore/java/android/security/ |
H A D | KeyStoreSecurityLevel.java | 142 public KeyMetadata generateKey(@NonNull KeyDescriptor descriptor, KeyDescriptor attestationKey, in generateKey() 163 public KeyMetadata importKey(KeyDescriptor descriptor, KeyDescriptor attestationKey, in importKey()
|
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/ |
H A D | IKeyMintDevice.aidl | 40 …ity.keymint.KeyParameter[] keyParams, in @nullable android.hardware.security.keymint.AttestationKe… in generateKey() 41 …yFormat keyFormat, in byte[] keyData, in @nullable android.hardware.security.keymint.AttestationKe… in importKey()
|
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/ |
H A D | IKeyMintDevice.aidl | 40 …ity.keymint.KeyParameter[] keyParams, in @nullable android.hardware.security.keymint.AttestationKe… in generateKey() 41 …yFormat keyFormat, in byte[] keyData, in @nullable android.hardware.security.keymint.AttestationKe… in importKey()
|
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/ |
H A D | IKeyMintDevice.aidl | 343 in KeyParameter[] keyParams, in @nullable AttestationKey attestationKey); in generateKey() 385 in byte[] keyData, in @nullable AttestationKey attestationKey); in importKey()
|
/aosp12/system/core/trusty/keymaster/keymint/ |
H A D | TrustyKeyMintDevice.cpp | 119 const optional<AttestationKey>& attestationKey, in generateKey() 164 const optional<AttestationKey>& attestationKey, in importKey()
|
/aosp12/system/keymaster/ng/ |
H A D | AndroidKeyMintDevice.cpp | 253 const optional<AttestationKey>& attestationKey, in generateKey() 291 const optional<AttestationKey>& attestationKey, in importKey()
|