Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_ssl.c.h395 _ssl__SSLContext_set_ciphers_impl(PySSLContext *self, const char *cipherlist);
406 return_value = _ssl__SSLContext_set_ciphers_impl(self, cipherlist); in _ssl__SSLContext_set_ciphers()
/external/python/cpython3/Modules/
D_ssl.c3167 _ssl__SSLContext_set_ciphers_impl(PySSLContext *self, const char *cipherlist) in _ssl__SSLContext_set_ciphers_impl() function