Searched refs:pTargetCert (Results 1 – 1 of 1) sorted by relevance
1124 PCCERT_CONTEXT pTargetCert = NULL; in add_WIN_cacerts_to_openssl_store() local1153 if ((pTargetCert = CertEnumCertificatesInStore( in add_WIN_cacerts_to_openssl_store()1154 hSystemStore, pTargetCert)) == 0) { in add_WIN_cacerts_to_openssl_store()1162 (const unsigned char **)&pTargetCert->pbCertEncoded, in add_WIN_cacerts_to_openssl_store()1163 pTargetCert->cbCertEncoded); in add_WIN_cacerts_to_openssl_store()1189 } while ((pTargetCert = CertEnumCertificatesInStore( in add_WIN_cacerts_to_openssl_store()1190 hSystemStore, pTargetCert)) != 0); in add_WIN_cacerts_to_openssl_store()1193 if (pTargetCert) in add_WIN_cacerts_to_openssl_store()1194 CertFreeCertificateContext(pTargetCert); in add_WIN_cacerts_to_openssl_store()