Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSSL_CTX_set_keylog_callback.pod5 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 logging
36 SSL_CTX_get_keylog_callback() returns a pointer to B<SSL_CTX_keylog_cb_func> or
/third_party/openssl/test/
Dsslapitest.c344 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()
/third_party/openssl/util/
Dlibssl.num414 SSL_CTX_get_keylog_callback 415 1_1_1 EXIST::FUNCTION:
/third_party/node/src/
Dnode_crypto_common.cc65 auto keylog_cb = SSL_CTX_get_keylog_callback(SSL_get_SSL_CTX(ssl.get())); in LogSecret()
/third_party/openssl/include/openssl/
Dssl.h929 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h100 #define SSL_CTX_get_keylog_callback BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_get_keylog_callb… macro
/third_party/openssl/ssl/
Dssl_lib.c5248 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx) in SSL_CTX_get_keylog_callback() function