Home
last modified time | relevance | path

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

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