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

/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStubCertUtil.cpp40 * @param ppOutCtx Where to return the handle to the temporary
43 static bool readCertBuf(const unsigned char kpCertBuf[], DWORD cbCertBuf, PCCERT_CONTEXT *ppOutCtx) argument
45 *ppOutCtx = CertCreateCertificateContext(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING,
47 if (*ppOutCtx)
/vbox/src/VBox/Additions/WINNT/tools/
H A DVBoxCertUtil.cpp198 * @param ppOutCtx Where to return the certificate context.
202 static bool readCertFile(const char *pszCertFile, PCCERT_CONTEXT *ppOutCtx, HCERTSTORE *phSrcStore) argument
204 *ppOutCtx = NULL;
213 *ppOutCtx = CertCreateCertificateContext(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING,
215 if (*ppOutCtx)

Completed in 43 milliseconds