Home
last modified time | relevance | path

Searched refs:cafile_buf (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
D_ssl.c2919 const char *cafile_buf = NULL, *capath_buf = NULL; in load_verify_locations() local
3013 cafile_buf = PyBytes_AS_STRING(cafile_bytes); in load_verify_locations()
3019 cafile_buf, in load_verify_locations()
/external/python/cpython3/Modules/
D_ssl.c3972 const char *cafile_buf = NULL, *capath_buf = NULL; in _ssl__SSLContext_load_verify_locations_impl() local
4040 cafile_buf = PyBytes_AS_STRING(cafile_bytes); in _ssl__SSLContext_load_verify_locations_impl()
4044 r = SSL_CTX_load_verify_locations(self->ctx, cafile_buf, capath_buf); in _ssl__SSLContext_load_verify_locations_impl()