Home
last modified time | relevance | path

Searched refs:getAttestationKey (Results 1 – 5 of 5) sorted by relevance

/system/keymaster/include/keymaster/contexts/
Dsoft_attestation_cert.h25 const keymaster_key_blob_t* getAttestationKey(keymaster_algorithm_t algorithm,
/system/keymaster/contexts/
Dsoft_attestation_cert.cpp286 const keymaster_key_blob_t* getAttestationKey(keymaster_algorithm_t algorithm, keymaster_error_t* e… in getAttestationKey() function
Dkeymaster1_passthrough_context.cpp250 auto attestation_key = getAttestationKey(key_algorithm, &error); in GenerateAttestation()
Dsoft_keymaster_context.cpp465 auto attestation_key = getAttestationKey(key_algorithm, &error); in GenerateAttestation()
Dpure_soft_keymaster_context.cpp281 auto attestation_key = getAttestationKey(key_algorithm, &error); in GenerateAttestation()