Home
last modified time | relevance | path

Searched defs:capath (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Lib/
Dssl.py417 capath=None, cadata=None): argument
467 cafile=None, capath=None, cadata=None): argument
Durllib2.py132 cafile=None, capath=None, cadefault=False, context=None): argument
/external/python/cpython3/Lib/
Dssl.py741 capath=None, cadata=None): argument
781 cafile=None, capath=None, cadata=None): argument
/external/scapy/scapy/layers/tls/
Dcert.py935 def verifyChainFromCAPath(self, capath, untrusted_file=None): argument
/external/python/cpython3/Modules/clinic/
D_ssl.c.h586 PyObject *capath = Py_None; in _ssl__SSLContext_load_verify_locations() local
/external/curl/lib/vtls/
Dnss.c1634 const char *capath = conn_config->CApath; in nss_load_ca_certificates() local
/external/curl/src/
Dtool_cfgable.h142 char *capath; member
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py607 cafile=None, capath=None, argument
/external/python/cpython3/Lib/urllib/
Drequest.py140 *, cafile=None, capath=None, cadefault=False, context=None): argument
/external/python/cpython2/Modules/
D_ssl.c2917 PyObject *cadata = NULL, *cafile = NULL, *capath = NULL; in load_verify_locations() local
/external/python/cpython3/Modules/
D_ssl.c4026 PyObject *capath, in _ssl__SSLContext_load_verify_locations_impl()
/external/curl/include/curl/
Dcurl.h3076 const char *capath; /* the built-in default CURLOPT_CAPATH, might member