Searched refs:keylog_callback (Results 1 – 3 of 3) sorted by relevance
1595 static void keylog_callback(const SSL *ssl, const char *line) in keylog_callback() function1638 SSL_CTX_set_keylog_callback(ctx, keylog_callback); in set_keylog_file()
6862 ctx->keylog_callback = cb; in SSL_CTX_set_keylog_callback()6867 return ctx->keylog_callback; in SSL_CTX_get_keylog_callback()6883 if (sctx->keylog_callback == NULL && sctx->do_sslkeylog == 0) in nss_keylog_int()6886 if (sctx->keylog_callback == NULL) in nss_keylog_int()6919 if (sctx->keylog_callback != NULL) in nss_keylog_int()6920 sctx->keylog_callback(SSL_CONNECTION_GET_USER_SSL(sc), (const char *)out); in nss_keylog_int()
1100 SSL_CTX_keylog_cb_func keylog_callback; member
Completed in 39 milliseconds