Searched refs:pTrustedCerts (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dpkcs7-verify.cpp79 X509_STORE *pTrustedCerts = NULL; local
81 rcOssl = RTCrStoreConvertToOpenSslCertStore(hTrustedCerts, 0, (void **)&pTrustedCerts);
91 if (PKCS7_verify(pOsslPkcs7, pAddCerts, pTrustedCerts, pBioContent, NULL /*out*/, fOsslFlags))
101 if (pTrustedCerts)
102 X509_STORE_free(pTrustedCerts);

Completed in 43 milliseconds