Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dssl.py411 capath=None, cadata=None): argument
461 cafile=None, capath=None, cadata=None): argument
/external/python/cpython2/Modules/
D_ssl.c2835 PyObject *cadata = NULL, *cafile = NULL, *capath = NULL; in load_verify_locations() local