Searched refs:capath_buf (Results 1 – 2 of 2) sorted by relevance
2919 const char *cafile_buf = NULL, *capath_buf = NULL; in load_verify_locations() local3015 capath_buf = PyBytes_AS_STRING(capath_bytes); in load_verify_locations()3020 capath_buf); in load_verify_locations()
3972 const char *cafile_buf = NULL, *capath_buf = NULL; in _ssl__SSLContext_load_verify_locations_impl() local4042 capath_buf = PyBytes_AS_STRING(capath_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()