Searched defs:SSL_CTX_keylog_cb_func (Results 1 – 3 of 3) sorted by relevance
409 pub type SSL_CTX_keylog_cb_func = typedef414 pub fn SSL_CTX_set_keylog_callback(ctx: *mut SSL_CTX, cb: SSL_CTX_keylog_cb_func); in SSL_CTX_set_keylog_callback()
916 typedef void (*SSL_CTX_keylog_cb_func)(const SSL *ssl, const char *line); typedef
912 typedef void (*SSL_CTX_keylog_cb_func)(const SSL *ssl, const char *line); typedef