Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c3857 PCCRL_CONTEXT pCrlCtx = NULL; in PySSL_enum_crls() local
3877 while (pCrlCtx = CertEnumCRLsInStore(hStore, pCrlCtx)) { in PySSL_enum_crls()
3878 crl = PyBytes_FromStringAndSize((const char*)pCrlCtx->pbCrlEncoded, in PySSL_enum_crls()
3879 pCrlCtx->cbCrlEncoded); in PySSL_enum_crls()
3884 if ((enc = certEncodingType(pCrlCtx->dwCertEncodingType)) == NULL) { in PySSL_enum_crls()
3903 if (pCrlCtx) { in PySSL_enum_crls()
3905 CertFreeCRLContext(pCrlCtx); in PySSL_enum_crls()