Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/util/
H A Dnet_help.c990 PCCERT_CONTEXT pTargetCert = NULL; in add_WIN_cacerts_to_openssl_store() local
1019 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()