Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/common/
DWritableIdentityCredential.cpp69 const vector<uint8_t>& attestationChallenge, vector<Certificate>* outCertificateChain) { in getAttestationCertificate() argument
104 *outCertificateChain = vector<Certificate>(); in getAttestationCertificate()
108 outCertificateChain->push_back(std::move(c)); in getAttestationCertificate()
114 outCertificateChain->push_back(std::move(c)); in getAttestationCertificate()
DWritableIdentityCredential.h62 vector<Certificate>* outCertificateChain) override;