Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_ssl/
Ddebughelpers.c11 _PySSL_msg_callback(int write_p, int version, int content_type, in _PySSL_msg_callback() function
112 SSL_CTX_set_msg_callback(self->ctx, _PySSL_msg_callback); in _PySSLContext_set_msg_callback()
/external/python/cpython3/Modules/
D_ssl.c2128 self->ctx->msg_cb ? _PySSL_msg_callback : NULL in PySSL_set_context()