Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymint_device.cpp226 const optional<AttestationKey>& attestationKey, in generateKey() argument
230 if (attestationKey) { in generateKey()
232 attestationKey->keyBlob.data(), attestationKey->keyBlob.size()); in generateKey()
234 KmParamSet(attestationKey->attestKeyParams)); in generateKey()
236 KeymasterBlob(attestationKey->issuerSubjectName.data(), in generateKey()
237 attestationKey->issuerSubjectName.size()); in generateKey()
267 const optional<AttestationKey>& attestationKey, in importKey() argument
273 if (attestationKey) { in importKey()
275 attestationKey->keyBlob.data(), attestationKey->keyBlob.size()); in importKey()
277 KmParamSet(attestationKey->attestKeyParams)); in importKey()
[all …]
Dremote_keymint_device.h43 const optional<AttestationKey>& attestationKey,
48 const optional<AttestationKey>& attestationKey,