Searched refs:SSL_CTX_get_keylog_callback (Results 1 – 7 of 7) 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
344 if (!TEST_true(SSL_CTX_get_keylog_callback(cctx) == NULL) in test_keylog()345 || !TEST_true(SSL_CTX_get_keylog_callback(sctx) == NULL)) in test_keylog()348 if (!TEST_true(SSL_CTX_get_keylog_callback(cctx) in test_keylog()352 if (!TEST_true(SSL_CTX_get_keylog_callback(sctx) in test_keylog()420 if (!TEST_true(SSL_CTX_get_keylog_callback(cctx) == NULL) in test_keylog_no_master_key()421 || !TEST_true(SSL_CTX_get_keylog_callback(sctx) == NULL)) in test_keylog_no_master_key()425 if (!TEST_true(SSL_CTX_get_keylog_callback(cctx) in test_keylog_no_master_key()430 if (!TEST_true(SSL_CTX_get_keylog_callback(sctx) in test_keylog_no_master_key()
414 SSL_CTX_get_keylog_callback 415 1_1_1 EXIST::FUNCTION:
65 auto keylog_cb = SSL_CTX_get_keylog_callback(SSL_get_SSL_CTX(ssl.get())); in LogSecret()
929 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx);
100 #define SSL_CTX_get_keylog_callback BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_get_keylog_callb… macro
5248 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx) in SSL_CTX_get_keylog_callback() function