Home
last modified time | relevance | path

Searched refs:SSL_CTX_keylog_cb_func (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_keylog_callback.pod6 SSL_CTX_keylog_cb_func - logging TLS key material
12 typedef void (*SSL_CTX_keylog_cb_func)(const SSL *ssl, const char *line);
14 void SSL_CTX_set_keylog_callback(SSL_CTX *ctx, SSL_CTX_keylog_cb_func cb);
15 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx);
36 SSL_CTX_get_keylog_callback() returns a pointer to B<SSL_CTX_keylog_cb_func> or
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h918 typedef void (*SSL_CTX_keylog_cb_func)(const SSL *ssl, const char *line); typedef
925 void SSL_CTX_set_keylog_callback(SSL_CTX *ctx, SSL_CTX_keylog_cb_func cb);
931 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx);
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_local.h1035 SSL_CTX_keylog_cb_func keylog_callback;
H A Dssl_lib.c5342 void SSL_CTX_set_keylog_callback(SSL_CTX *ctx, SSL_CTX_keylog_cb_func cb) in SSL_CTX_set_keylog_callback()
5347 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx) in SSL_CTX_get_keylog_callback()
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2595 MLINKS+= SSL_CTX_set_keylog_callback.3 SSL_CTX_keylog_cb_func.3