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.c1308 PCCERT_CONTEXT pTargetCert = NULL; in add_WIN_cacerts_to_openssl_store() local
1337 if ((pTargetCert = CertEnumCertificatesInStore( in add_WIN_cacerts_to_openssl_store()
1338 hSystemStore, pTargetCert)) == 0) { in add_WIN_cacerts_to_openssl_store()
1346 (const unsigned char **)&pTargetCert->pbCertEncoded, in add_WIN_cacerts_to_openssl_store()
1347 pTargetCert->cbCertEncoded); in add_WIN_cacerts_to_openssl_store()
1375 } while ((pTargetCert = CertEnumCertificatesInStore( in add_WIN_cacerts_to_openssl_store()
1376 hSystemStore, pTargetCert)) != 0); in add_WIN_cacerts_to_openssl_store()
1379 if (pTargetCert) in add_WIN_cacerts_to_openssl_store()
1380 CertFreeCertificateContext(pTargetCert); in add_WIN_cacerts_to_openssl_store()