Home
last modified time | relevance | path

Searched refs:attestationKey (Results 1 – 11 of 11) sorted by relevance

/system/core/trusty/keymaster/keymint/
DTrustyKeyMintDevice.cpp119 const optional<AttestationKey>& attestationKey, in generateKey() argument
123 if (attestationKey) { in generateKey()
125 KeymasterKeyBlob(attestationKey->keyBlob.data(), attestationKey->keyBlob.size()); in generateKey()
126 request.attest_key_params.Reinitialize(KmParamSet(attestationKey->attestKeyParams)); in generateKey()
127 request.issuer_subject = KeymasterBlob(attestationKey->issuerSubjectName.data(), in generateKey()
128 attestationKey->issuerSubjectName.size()); in generateKey()
164 const optional<AttestationKey>& attestationKey, in importKey() argument
170 if (attestationKey) { in importKey()
172 KeymasterKeyBlob(attestationKey->keyBlob.data(), attestationKey->keyBlob.size()); in importKey()
173 request.attest_key_params.Reinitialize(KmParamSet(attestationKey->attestKeyParams)); in importKey()
[all …]
/system/keymaster/ng/
DAndroidKeyMintDevice.cpp268 const optional<AttestationKey>& attestationKey, in generateKey() argument
273 if (attestationKey) { in generateKey()
275 KeymasterKeyBlob(attestationKey->keyBlob.data(), attestationKey->keyBlob.size()); in generateKey()
276 request.attest_key_params.Reinitialize(KmParamSet(attestationKey->attestKeyParams)); in generateKey()
277 request.issuer_subject = KeymasterBlob(attestationKey->issuerSubjectName.data(), in generateKey()
278 attestationKey->issuerSubjectName.size()); in generateKey()
306 const optional<AttestationKey>& attestationKey, in importKey() argument
313 if (attestationKey) { in importKey()
315 KeymasterKeyBlob(attestationKey->keyBlob.data(), attestationKey->keyBlob.size()); in importKey()
316 request.attest_key_params.Reinitialize(KmParamSet(attestationKey->attestKeyParams)); in importKey()
[all …]
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreSecurityLevel.aidl137 KeyMetadata generateKey(in KeyDescriptor key, in @nullable KeyDescriptor attestationKey, in generateKey() argument
151 KeyMetadata importKey(in KeyDescriptor key, in @nullable KeyDescriptor attestationKey, in importKey() argument
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/
DIKeystoreSecurityLevel.aidl39 …yDescriptor key, in @nullable android.system.keystore2.KeyDescriptor attestationKey, in android.ha… in generateKey() argument
40 …yDescriptor key, in @nullable android.system.keystore2.KeyDescriptor attestationKey, in android.ha… in importKey() argument
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DIKeystoreSecurityLevel.aidl39 …yDescriptor key, in @nullable android.system.keystore2.KeyDescriptor attestationKey, in android.ha… in generateKey() argument
40 …yDescriptor key, in @nullable android.system.keystore2.KeyDescriptor attestationKey, in android.ha… in importKey() argument
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/4/android/system/keystore2/
DIKeystoreSecurityLevel.aidl39 …yDescriptor key, in @nullable android.system.keystore2.KeyDescriptor attestationKey, in android.ha… in generateKey() argument
40 …yDescriptor key, in @nullable android.system.keystore2.KeyDescriptor attestationKey, in android.ha… in importKey() argument
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3/android/system/keystore2/
DIKeystoreSecurityLevel.aidl39 …yDescriptor key, in @nullable android.system.keystore2.KeyDescriptor attestationKey, in android.ha… in generateKey() argument
40 …yDescriptor key, in @nullable android.system.keystore2.KeyDescriptor attestationKey, in android.ha… in importKey() argument
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DIKeystoreSecurityLevel.aidl39 …yDescriptor key, in @nullable android.system.keystore2.KeyDescriptor attestationKey, in android.ha… in generateKey() argument
40 …yDescriptor key, in @nullable android.system.keystore2.KeyDescriptor attestationKey, in android.ha… in importKey() argument
/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeyMintDevice.h45 const optional<AttestationKey>& attestationKey,
55 const optional<AttestationKey>& attestationKey,
/system/keymaster/ng/include/
DAndroidKeyMintDevice.h46 const optional<AttestationKey>& attestationKey,
51 const optional<AttestationKey>& attestationKey,
/system/keymint/hal/src/
Dkeymint.rs110 attestationKey: Option<&keymint::AttestationKey::AttestationKey>, in generateKey()
118 attestation_key: match attestationKey { in generateKey()
130 attestationKey: Option<&keymint::AttestationKey::AttestationKey>, in importKey()
140 attestation_key: match attestationKey { in importKey()