Searched refs:SSL_CTX_get_keylog_callback (Results 1 – 8 of 8) sorted by relevance
5 SSL_CTX_set_keylog_callback, SSL_CTX_get_keylog_callback,15 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx);23 SSL_CTX_get_keylog_callback() retrieves the previously set TLS key logging36 SSL_CTX_get_keylog_callback() returns a pointer to B<SSL_CTX_keylog_cb_func> or
425 SSL_CTX_get_keylog_callback;
377 if (!TEST_true(SSL_CTX_get_keylog_callback(cctx) == NULL) in test_keylog()378 || !TEST_true(SSL_CTX_get_keylog_callback(sctx) == NULL)) in test_keylog()381 if (!TEST_true(SSL_CTX_get_keylog_callback(cctx) in test_keylog()385 if (!TEST_true(SSL_CTX_get_keylog_callback(sctx) in test_keylog()454 if (!TEST_true(SSL_CTX_get_keylog_callback(cctx) == NULL) in test_keylog_no_master_key()455 || !TEST_true(SSL_CTX_get_keylog_callback(sctx) == NULL)) in test_keylog_no_master_key()459 if (!TEST_true(SSL_CTX_get_keylog_callback(cctx) in test_keylog_no_master_key()464 if (!TEST_true(SSL_CTX_get_keylog_callback(sctx) in test_keylog_no_master_key()
414 SSL_CTX_get_keylog_callback 415 3_0_0 EXIST::FUNCTION:
922 * SSL_CTX_get_keylog_callback returns the callback configured by925 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx);
948 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx);
5529 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx) in SSL_CTX_get_keylog_callback() function
3814 MLINKS+= SSL_CTX_set_keylog_callback.3 SSL_CTX_get_keylog_callback.3