/external/python/cpython2/Lib/ |
D | ssl.py | 416 def create_default_context(purpose=Purpose.SERVER_AUTH, cafile=None, argument 467 cafile=None, capath=None, cadata=None): argument
|
D | urllib2.py | 132 cafile=None, capath=None, cadefault=False, context=None): argument
|
/external/python/cpython3/Lib/ |
D | ssl.py | 723 def create_default_context(purpose=Purpose.SERVER_AUTH, *, cafile=None, argument 761 cafile=None, capath=None, cadata=None): argument
|
/external/python/pyopenssl/src/OpenSSL/ |
D | SSL.py | 665 def load_verify_locations(self, cafile, capath=None): argument 938 def load_client_ca(self, cafile): argument
|
D | crypto.py | 1684 def load_locations(self, cafile, capath=None): argument
|
/external/scapy/scapy/layers/tls/ |
D | cert.py | 908 def verifyChainFromCAFile(self, cafile, untrusted_file=None): argument
|
/external/python/cpython3/Modules/clinic/ |
D | _ssl.c.h | 621 PyObject *cafile = Py_None; in _ssl__SSLContext_load_verify_locations() local
|
/external/python/pyopenssl/tests/ |
D | test_crypto.py | 2289 self, cafile, capath, call_cafile, call_capath, monkeypatch argument 2292 def load_locations(self, store, cafile, capath): argument
|
D | test_ssl.py | 1082 def _load_verify_cafile(self, cafile): argument
|
/external/curl/lib/vtls/ |
D | sectransp.c | 2151 static CURLcode verify_cert(const char *cafile, struct Curl_easy *data,
|
D | nss.c | 1618 const char *cafile = SSL_CONN_CONFIG(CAfile); in nss_load_ca_certificates() local
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_events.py | 582 cafile=None, capath=None, argument
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 140 *, cafile=None, capath=None, cadefault=False, context=None): argument
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 2917 PyObject *cadata = NULL, *cafile = NULL, *capath = NULL; in load_verify_locations() local
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 4164 PyObject *cafile, in _ssl__SSLContext_load_verify_locations_impl()
|