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.py724 capath=None, cadata=None): argument
761 cafile=None, capath=None, cadata=None): argument
/external/python/cpython3/Modules/clinic/
D_ssl.c.h623 PyObject *cadata = Py_None; in _ssl__SSLContext_load_verify_locations() local
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py583 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.c4166 PyObject *cadata) in _ssl__SSLContext_load_verify_locations_impl()