Searched refs:keylog_callback (Results 1 – 2 of 2) sorted by relevance
2181 ctx->keylog_callback = cb; in SSL_CTX_set_keylog_callback()2206 if (ssl->ctx->keylog_callback == NULL) { in ssl_log_rsa_client_key_exchange()2231 ssl->ctx->keylog_callback(ssl, (const char *)out); in ssl_log_rsa_client_key_exchange()2239 if (ssl->ctx->keylog_callback == NULL) { in ssl_log_master_secret()2262 ssl->ctx->keylog_callback(ssl, (const char *)out); in ssl_log_master_secret()
3688 void (*keylog_callback)(const SSL *ssl, const char *line); member