/system/core/trusty/keymaster/keymint/ |
D | TrustyKeyMintDevice.cpp | 119 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/ |
D | AndroidKeyMintDevice.cpp | 268 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/ |
D | IKeystoreSecurityLevel.aidl | 137 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/ |
D | IKeystoreSecurityLevel.aidl | 39 …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/ |
D | IKeystoreSecurityLevel.aidl | 39 …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/ |
D | IKeystoreSecurityLevel.aidl | 39 …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/ |
D | IKeystoreSecurityLevel.aidl | 39 …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/ |
D | IKeystoreSecurityLevel.aidl | 39 …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/ |
D | TrustyKeyMintDevice.h | 45 const optional<AttestationKey>& attestationKey, 55 const optional<AttestationKey>& attestationKey,
|
/system/keymaster/ng/include/ |
D | AndroidKeyMintDevice.h | 46 const optional<AttestationKey>& attestationKey, 51 const optional<AttestationKey>& attestationKey,
|
/system/keymint/hal/src/ |
D | keymint.rs | 110 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()
|