Searched refs:_add_ca_certs (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _ssl.c | 2830 _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.c | 4071 _add_ca_certs(PySSLContext *self, const void *data, Py_ssize_t len, in _add_ca_certs() function 4211 r = _add_ca_certs(self, in _ssl__SSLContext_load_verify_locations_impl() 4232 r = _add_ca_certs(self, buf.buf, buf.len, SSL_FILETYPE_ASN1); in _ssl__SSLContext_load_verify_locations_impl()
|