Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c3766 HCERTSTORE hStore = NULL; in PySSL_enum_certificates() local
3779 hStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, (HCRYPTPROV)NULL, in PySSL_enum_certificates()
3782 if (hStore == NULL) { in PySSL_enum_certificates()
3787 while (pCertCtx = CertEnumCertificatesInStore(hStore, pCertCtx)) { in PySSL_enum_certificates()
3834 if (!CertCloseStore(hStore, 0)) { in PySSL_enum_certificates()
3856 HCERTSTORE hStore = NULL; in PySSL_enum_crls() local
3869 hStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, (HCRYPTPROV)NULL, in PySSL_enum_crls()
3872 if (hStore == NULL) { in PySSL_enum_crls()
3877 while (pCrlCtx = CertEnumCRLsInStore(hStore, pCrlCtx)) { in PySSL_enum_crls()
3913 if (!CertCloseStore(hStore, 0)) { in PySSL_enum_crls()