Home
last modified time | relevance | path

Searched refs:pTargetCert (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dnet_help.c1470 PCCERT_CONTEXT pTargetCert = NULL; in add_WIN_cacerts_to_openssl_store() local
1499 if ((pTargetCert = CertEnumCertificatesInStore( in add_WIN_cacerts_to_openssl_store()
1500 hSystemStore, pTargetCert)) == 0) { in add_WIN_cacerts_to_openssl_store()
1508 (const unsigned char **)&pTargetCert->pbCertEncoded, in add_WIN_cacerts_to_openssl_store()
1509 pTargetCert->cbCertEncoded); in add_WIN_cacerts_to_openssl_store()
1537 } while ((pTargetCert = CertEnumCertificatesInStore( in add_WIN_cacerts_to_openssl_store()
1538 hSystemStore, pTargetCert)) != 0); in add_WIN_cacerts_to_openssl_store()
1541 if (pTargetCert) in add_WIN_cacerts_to_openssl_store()
1542 CertFreeCertificateContext(pTargetCert); in add_WIN_cacerts_to_openssl_store()