Home
last modified time | relevance | path

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

/freebsd/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/crypto/openssl/util/
H A Dother.syms110 SSL_CTX_keylog_cb_func datatype
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h955 typedef void (*SSL_CTX_keylog_cb_func)(const SSL *ssl, const char *line); typedef
962 void SSL_CTX_set_keylog_callback(SSL_CTX *ctx, SSL_CTX_keylog_cb_func cb);
968 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx);
H A Dssl.h.in932 typedef void (*SSL_CTX_keylog_cb_func)(const SSL *ssl, const char *line); typedef
939 void SSL_CTX_set_keylog_callback(SSL_CTX *ctx, SSL_CTX_keylog_cb_func cb);
945 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx);
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1113 SSL_CTX_keylog_cb_func keylog_callback;
H A Dssl_lib.c6990 void SSL_CTX_set_keylog_callback(SSL_CTX *ctx, SSL_CTX_keylog_cb_func cb) in SSL_CTX_set_keylog_callback()
6995 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx) in SSL_CTX_get_keylog_callback()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4178 MLINKS+= SSL_CTX_set_keylog_callback.3 SSL_CTX_keylog_cb_func.3