Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/identity/common/
DWritableIdentityCredential.cpp71 vector<Certificate>* outCertificateChain) { in getAttestationCertificate() argument
101 *outCertificateChain = vector<Certificate>(); in getAttestationCertificate()
105 outCertificateChain->push_back(std::move(c)); in getAttestationCertificate()
DWritableIdentityCredential.h60 vector<Certificate>* outCertificateChain) override;