Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_ssl.c.h731 _ssl__SSLContext_get_ca_certs_impl(PySSLContext *self, int binary_form);
745 return_value = _ssl__SSLContext_get_ca_certs_impl(self, binary_form); in _ssl__SSLContext_get_ca_certs()
/external/python/cpython3/Modules/
D_ssl.c4498 _ssl__SSLContext_get_ca_certs_impl(PySSLContext *self, int binary_form) in _ssl__SSLContext_get_ca_certs_impl() function