Home
last modified time | relevance | path

Searched refs:do_sslkeylog (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c4312 ret->do_sslkeylog = 1; in SSL_CTX_new_ex()
4361 if (a->do_sslkeylog == 1) in SSL_CTX_free()
4363 a->do_sslkeylog = 0; in SSL_CTX_free()
6968 if (sctx->keylog_callback == NULL && sctx->do_sslkeylog == 0) in nss_keylog_int()
7001 if (sctx->do_sslkeylog == 1) in nss_keylog_int()
H A Dssl_local.h1117 uint32_t do_sslkeylog; member