Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_ssl.c.h527 _ssl__SSLContext_load_cert_chain_impl(PySSLContext *self, PyObject *certfile,
558 return_value = _ssl__SSLContext_load_cert_chain_impl(self, certfile, keyfile, password); in _ssl__SSLContext_load_cert_chain()
/aosp_15_r20/external/python/cpython3/Modules/
D_ssl.c3848 _ssl__SSLContext_load_cert_chain_impl(PySSLContext *self, PyObject *certfile, in _ssl__SSLContext_load_cert_chain_impl() function