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

/vbox/src/VBox/Runtime/common/checksum/
H A Dx509.cpp72 * @param ppOutCert Where to store the pointer to the structure where
75 static int rtX509ReadCertificateFromPEM(void const *pvPem, unsigned int cbPem, X509 **ppOutCert) argument
82 *ppOutCert = PEM_read_bio_X509(pBio, NULL, 0, NULL);
85 return *ppOutCert ? VINF_SUCCESS : VERR_X509_READING_CERT_FROM_BIO;

Completed in 111 milliseconds