Searched refs:hStore (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Modules/ |
D | _ssl.c | 3850 HCERTSTORE hStore = NULL; in PySSL_enum_certificates() local 3863 hStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, (HCRYPTPROV)NULL, in PySSL_enum_certificates() 3866 if (hStore == NULL) { in PySSL_enum_certificates() 3871 while (pCertCtx = CertEnumCertificatesInStore(hStore, pCertCtx)) { in PySSL_enum_certificates() 3918 if (!CertCloseStore(hStore, 0)) { in PySSL_enum_certificates() 3940 HCERTSTORE hStore = NULL; in PySSL_enum_crls() local 3953 hStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, (HCRYPTPROV)NULL, in PySSL_enum_crls() 3956 if (hStore == NULL) { in PySSL_enum_crls() 3961 while (pCrlCtx = CertEnumCRLsInStore(hStore, pCrlCtx)) { in PySSL_enum_crls() 3997 if (!CertCloseStore(hStore, 0)) { in PySSL_enum_crls()
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 5421 HCERTSTORE hStore = NULL; in _ssl_enum_certificates_impl() local 5430 hStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, (HCRYPTPROV)NULL, in _ssl_enum_certificates_impl() 5433 if (hStore == NULL) { in _ssl_enum_certificates_impl() 5438 while (pCertCtx = CertEnumCertificatesInStore(hStore, pCertCtx)) { in _ssl_enum_certificates_impl() 5485 if (!CertCloseStore(hStore, 0)) { in _ssl_enum_certificates_impl() 5509 HCERTSTORE hStore = NULL; in _ssl_enum_crls_impl() local 5518 hStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, (HCRYPTPROV)NULL, in _ssl_enum_crls_impl() 5521 if (hStore == NULL) { in _ssl_enum_crls_impl() 5526 while (pCrlCtx = CertEnumCRLsInStore(hStore, pCrlCtx)) { in _ssl_enum_crls_impl() 5562 if (!CertCloseStore(hStore, 0)) { in _ssl_enum_crls_impl()
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 2676 PFXExportCertStoreEx(hStore ptr[inout, array[int8]], pPFX ptr[inout, intptr], szPassword ptr[inout,… 2677 PFXExportCertStore(hStore ptr[inout, array[int8]], pPFX ptr[inout, intptr], szPassword ptr[inout, i… 2685 …ers ptr[inout, intptr], cCriteria int32, rgpCriteria ptr[inout, intptr], hStore ptr[inout, array[i…
|