Lines Matching defs:callbacks
73 use crate::ssl::callbacks::*;
111 mod callbacks;
1271 Some(callbacks::raw_alpn_select::<F>),
1412 ffi::SSL_CTX_sess_set_new_cb(self.as_ptr(), Some(callbacks::raw_new_session::<F>));
1428 Some(callbacks::raw_remove_session::<F>),
1449 ffi::SSL_CTX_sess_set_get_cb(self.as_ptr(), Some(callbacks::raw_get_session::<F>));
1467 ffi::SSL_CTX_set_keylog_callback(self.as_ptr(), Some(callbacks::raw_keylog::<F>));
1559 /// This can be used to provide data to callbacks registered with the context. Use the
1659 Some(callbacks::raw_client_hello::<F>),
1766 /// to store data in the context that can be retrieved later by callbacks, for example.
2216 /// to store data in the context that can be retrieved later by callbacks, for example.
2927 /// This can be used to provide data to callbacks registered with the context. Use the
3621 /// Requires that cookie generation and verification callbacks were
3861 /// Requires that cookie generation and verification callbacks were