Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/support/fuzzer/
Dkeymint_attestation_fuzzer.cpp139 vector<Certificate> attestedKeyCertChain; in process() local
144 &attestedKeyCharacteristics, &attestedKeyCertChain); in process()
146 if (attestedKeyCertChain.size() > 0) { in process()
147 size_t leafCert = attestedKeyCertChain.size() - 1; in process()
148 verifyAttestationRecord(attestedKeyCertChain[leafCert].encodedCertificate); in process()