Searched refs:pTargetCert (Results 1 – 1 of 1) sorted by relevance
1451 PCCERT_CONTEXT pTargetCert = NULL; in add_WIN_cacerts_to_openssl_store() local1480 if ((pTargetCert = CertEnumCertificatesInStore( in add_WIN_cacerts_to_openssl_store()1481 hSystemStore, pTargetCert)) == 0) { in add_WIN_cacerts_to_openssl_store()1489 (const unsigned char **)&pTargetCert->pbCertEncoded, in add_WIN_cacerts_to_openssl_store()1490 pTargetCert->cbCertEncoded); in add_WIN_cacerts_to_openssl_store()1518 } while ((pTargetCert = CertEnumCertificatesInStore( in add_WIN_cacerts_to_openssl_store()1519 hSystemStore, pTargetCert)) != 0); in add_WIN_cacerts_to_openssl_store()1522 if (pTargetCert) in add_WIN_cacerts_to_openssl_store()1523 CertFreeCertificateContext(pTargetCert); in add_WIN_cacerts_to_openssl_store()