Searched refs:attestedKeyCertChain (Results 1 – 1 of 1) sorted by relevance
139 vector<Certificate> attestedKeyCertChain; in process() local144 &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()