Searched defs:hStore (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A D_ssl.c3766 HCERTSTORE hStore = NULL; local
3779 hStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, (HCRYPTPROV)NULL,
3782 if (hStore == NULL) {
3787 while (pCertCtx = CertEnumCertificatesInStore(hStore, pCertCtx)) {
3834 if (!CertCloseStore(hStore, 0)) {
3856 HCERTSTORE hStore = NULL; local
3869 hStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, (HCRYPTPROV)NULL,
3872 if (hStore == NULL) {
3877 while (pCrlCtx = CertEnumCRLsInStore(hStore, pCrlCtx)) {
3913 if (!CertCloseStore(hStore,
[all...]
/external/python/cpython3/Modules/
H A D_ssl.c4855 HCERTSTORE hStore = NULL; local
4864 hStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, (HCRYPTPROV)NULL,
4867 if (hStore == NULL) {
4872 while (pCertCtx = CertEnumCertificatesInStore(hStore, pCertCtx)) {
4919 if (!CertCloseStore(hStore, 0)) {
4943 HCERTSTORE hStore = NULL; local
4952 hStore = CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0, (HCRYPTPROV)NULL,
4955 if (hStore == NULL) {
4960 while (pCrlCtx = CertEnumCRLsInStore(hStore, pCrlCtx)) {
4996 if (!CertCloseStore(hStore,
[all...]

Completed in 169 milliseconds