Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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
/third_party/openssl/util/
Dprivate.num52 SSL_CTX_keylog_cb_func datatype
/third_party/openssl/include/openssl/
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);
/third_party/openssl/ssl/
Dssl_local.h1033 SSL_CTX_keylog_cb_func keylog_callback;
Dssl_lib.c5243 void SSL_CTX_set_keylog_callback(SSL_CTX *ctx, SSL_CTX_keylog_cb_func cb) in SSL_CTX_set_keylog_callback()
5248 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx) in SSL_CTX_get_keylog_callback()