Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp673 vector<X509_Ptr>& parsedCertificates) { in parseX509Certificates() argument
676 parsedCertificates.resize(0); in parseX509Certificates()
683 parsedCertificates.push_back(std::move(x509)); in parseX509Certificates()