Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dbackend.py62 _Certificate, _CertificateRevocationList,
943 return _CertificateRevocationList(self, x509_crl)
1180 return _CertificateRevocationList(self, x509_crl)
1190 return _CertificateRevocationList(self, x509_crl)
Dx509.py215 class _CertificateRevocationList(object): class
/external/python/pyopenssl/src/OpenSSL/
Dcrypto.py2264 _CertificateRevocationList,
2268 return _CertificateRevocationList(backend, self._crl)