Home
last modified time | relevance | path

Searched defs:cadata (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
Dssl.py417 capath=None, cadata=None): argument
467 cafile=None, capath=None, cadata=None): argument
/external/python/cpython3/Lib/
Dssl.py552 capath=None, cadata=None): argument
584 cafile=None, capath=None, cadata=None): argument
/external/python/cpython3/Modules/clinic/
D_ssl.c.h551 PyObject *cadata = NULL; in _ssl__SSLContext_load_verify_locations() local
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py709 cadata=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.c3968 PyObject *cadata) in _ssl__SSLContext_load_verify_locations_impl()