Home
last modified time | relevance | path

Searched refs:GetAttestationKey (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/keymaster/include/keymaster/contexts/
H A Dsoft_attestation_context.h35 KeymasterKeyBlob GetAttestationKey(keymaster_algorithm_t algorithm, in GetAttestationKey() function
/aosp12/system/keymaster/include/keymaster/
H A Dattestation_context.h91 virtual KeymasterKeyBlob GetAttestationKey(keymaster_algorithm_t algorithm,
/aosp12/system/keymaster/km_openssl/
H A Dattestation_utils.cpp225 KeymasterKeyBlob signing_key_blob = context.GetAttestationKey(algorithm, error); in get_attestation_key()