Searched refs:pTargetCert (Results 1 – 1 of 1) sorted by relevance
990 PCCERT_CONTEXT pTargetCert = NULL; in add_WIN_cacerts_to_openssl_store() local1019 if ((pTargetCert = CertEnumCertificatesInStore( in add_WIN_cacerts_to_openssl_store()1020 hSystemStore, pTargetCert)) == 0) { in add_WIN_cacerts_to_openssl_store()1028 (const unsigned char **)&pTargetCert->pbCertEncoded, in add_WIN_cacerts_to_openssl_store()1029 pTargetCert->cbCertEncoded); in add_WIN_cacerts_to_openssl_store()1055 } while ((pTargetCert = CertEnumCertificatesInStore( in add_WIN_cacerts_to_openssl_store()1056 hSystemStore, pTargetCert)) != 0); in add_WIN_cacerts_to_openssl_store()1059 if (pTargetCert) in add_WIN_cacerts_to_openssl_store()1060 CertFreeCertificateContext(pTargetCert); in add_WIN_cacerts_to_openssl_store()