Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_ssl/
Ddebughelpers.c118 _PySSL_keylog_callback(const SSL *ssl, const char *line) in _PySSL_keylog_callback() function
217 SSL_CTX_set_keylog_callback(self->ctx, _PySSL_keylog_callback); in _PySSLContext_set_keylog_filename()