Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c2830 _add_ca_certs(PySSLContext *self, void *data, Py_ssize_t len, in _add_ca_certs() function
2985 r = _add_ca_certs(self, buf.buf, buf.len, SSL_FILETYPE_ASN1); in load_verify_locations()
2999 r = _add_ca_certs(self, in load_verify_locations()
/external/python/cpython3/Modules/
D_ssl.c3873 _add_ca_certs(PySSLContext *self, void *data, Py_ssize_t len, in _add_ca_certs() function
4012 r = _add_ca_certs(self, buf.buf, buf.len, SSL_FILETYPE_ASN1); in _ssl__SSLContext_load_verify_locations_impl()
4026 r = _add_ca_certs(self, in _ssl__SSLContext_load_verify_locations_impl()