Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/crypto/external/bsd/openssl.old/dist/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
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dprivate.num52 SSL_CTX_keylog_cb_func datatype
/netbsd-src/crypto/external/bsd/openssl.old/dist/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);
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dother.syms99 SSL_CTX_keylog_cb_func datatype
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in912 typedef void (*SSL_CTX_keylog_cb_func)(const SSL *ssl, const char *line); typedef
919 void SSL_CTX_set_keylog_callback(SSL_CTX *ctx, SSL_CTX_keylog_cb_func cb);
925 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx);
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_local.h1033 SSL_CTX_keylog_cb_func keylog_callback;
H A Dssl_lib.c5259 void SSL_CTX_set_keylog_callback(SSL_CTX *ctx, SSL_CTX_keylog_cb_func cb) in SSL_CTX_set_keylog_callback()
5264 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx) in SSL_CTX_get_keylog_callback()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_local.h1151 SSL_CTX_keylog_cb_func keylog_callback;