Searched refs:keylog (Results 1 – 7 of 7) sorted by relevance
333 SSL_CTX_set_keylog_callback(self.as_mut_ptr(), keylog); in enable_keylog()901 pub keylog: Option<&'a mut Box<dyn std::io::Write + Send + Sync>>, field1093 extern fn keylog(ssl: *mut SSL, line: *const c_char) { in keylog() function1101 if let Some(keylog) = &mut ex_data.keylog { in keylog()1108 keylog.write_all(&full_line[..]).ok(); in keylog()
1382 keylog: Option<Box<dyn std::io::Write + Send + Sync>>, field1819 keylog: None, in with_tls()1897 self.keylog = Some(writer); in set_keylog()6380 keylog: self.keylog.as_mut(), in do_handshake()
50 vtls/keylog.c \68 vtls/keylog.h \
316 "lib/vtls/keylog.c",317 "lib/vtls/keylog.h",
1301 SOURCE=..\..\..\..\lib\vtls\keylog.c1873 SOURCE=..\..\..\..\lib\vtls\keylog.h
1958 Write TLS keys to a keylog file, whenever key material is generated or1959 received. The keylog file is designed for debugging purposes only. The
1785 the keylog callback. (discovered by Coverity)