Home
last modified time | relevance | path

Searched defs:SSL_CTX_keylog_cb_func (Results 1 – 3 of 3) sorted by relevance

/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()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h916 typedef void (*SSL_CTX_keylog_cb_func)(const SSL *ssl, const char *line); typedef
/third_party/openssl/include/openssl/
Dssl.h.in912 typedef void (*SSL_CTX_keylog_cb_func)(const SSL *ssl, const char *line); typedef