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

/vbox/src/VBox/Runtime/common/crypto/
H A Dpkcs7-verify.cpp86 BIO *pBioContent = BIO_new_mem_buf((void *)pvContent, cbContent); local
87 if (pBioContent)
91 if (PKCS7_verify(pOsslPkcs7, pAddCerts, pTrustedCerts, pBioContent, NULL /*out*/, fOsslFlags))
99 BIO_free(pBioContent);

Completed in 97 milliseconds