Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/crypto/openssl/include/openssl/
H A Dssl.h916 typedef void (*SSL_CTX_keylog_cb_func)(const SSL *ssl, const char *line); typedef
923 void SSL_CTX_set_keylog_callback(SSL_CTX *ctx, SSL_CTX_keylog_cb_func cb);
929 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx);
/freebsd-12.1/crypto/openssl/ssl/
H A Dssl_locl.h1034 SSL_CTX_keylog_cb_func keylog_callback;
H A Dssl_lib.c5144 void SSL_CTX_set_keylog_callback(SSL_CTX *ctx, SSL_CTX_keylog_cb_func cb) in SSL_CTX_set_keylog_callback()
5149 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx) in SSL_CTX_get_keylog_callback()
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man2570 MLINKS+= SSL_CTX_set_keylog_callback.3 SSL_CTX_keylog_cb_func.3