Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/contexts/
Dsoft_attestation_cert.h28 CertificateChain getAttestationChain(keymaster_algorithm_t algorithm, keymaster_error_t* error);
Dsoft_attestation_context.h42 return getAttestationChain(algorithm, error); in GetAttestationChain()
/system/keymaster/contexts/
Dsoft_attestation_cert.cpp299 CertificateChain getAttestationChain(keymaster_algorithm_t algorithm, keymaster_error_t* error) { in getAttestationChain() function