Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dssl.py411 capath=None, cadata=None): argument
461 cafile=None, capath=None, cadata=None): argument
Durllib2.py132 cafile=None, capath=None, cadefault=False, context=None): argument
/external/python/cpython3/Lib/
Dssl.py483 capath=None, cadata=None): argument
517 cafile=None, capath=None, cadata=None): argument
/external/curl/lib/vtls/
Dpolarssl.c224 const char *capath = SSL_CONN_CONFIG(CApath); in polarssl_connect_step1() local
Dnss.c1547 const char *capath = SSL_CONN_CONFIG(CApath); in nss_load_ca_certificates() local
/external/scapy/scapy/layers/tls/
Dcert.py935 def verifyChainFromCAPath(self, capath, untrusted_file=None): argument
/external/python/cpython3/Modules/clinic/
D_ssl.c.h519 PyObject *capath = NULL; in _ssl__SSLContext_load_verify_locations() local
/external/curl/src/
Dtool_cfgable.h126 char *capath; member
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py677 cafile=None, capath=None, argument
/external/python/cpython3/Lib/urllib/
Drequest.py141 *, cafile=None, capath=None, cadefault=False, context=None): argument
/external/python/cpython2/Modules/
D_ssl.c2835 PyObject *cadata = NULL, *cafile = NULL, *capath = NULL; in load_verify_locations() local
/external/python/cpython3/Modules/
D_ssl.c3431 PyObject *capath, in _ssl__SSLContext_load_verify_locations_impl()