Searched defs:pCerts (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dpkcs7-verify.cpp73 PCRTCRPKCS7SETOFCERTS pCerts = &pContentInfo->u.pSignedData->Certificates; local
74 for (uint32_t i = 0; i < pCerts->cItems; i++)
75 if (pCerts->paItems[i].enmChoice == RTCRPKCS7CERTCHOICE_X509)
76 rtCrOpenSslAddX509CertToStack(pAddCerts, pCerts->paItems[i].u.pX509Cert);

Completed in 44 milliseconds