Home
last modified time | relevance | path

Searched refs:SSL_CTX_keylog_cb_func (Results 1 – 7 of 7) 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/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs409 pub type SSL_CTX_keylog_cb_func = typedef
414 pub fn SSL_CTX_set_keylog_callback(ctx: *mut SSL_CTX, cb: SSL_CTX_keylog_cb_func); in SSL_CTX_set_keylog_callback() argument
/third_party/openssl/ohos_lite/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/util/
Dother.syms94 SSL_CTX_keylog_cb_func datatype
/third_party/openssl/include/openssl/
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);
/third_party/openssl/ssl/
Dssl_local.h1151 SSL_CTX_keylog_cb_func keylog_callback;
Dssl_lib.c5483 void SSL_CTX_set_keylog_callback(SSL_CTX *ctx, SSL_CTX_keylog_cb_func cb) in SSL_CTX_set_keylog_callback()
5488 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx) in SSL_CTX_get_keylog_callback()