Searched refs:SslSession (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | mod.rs | 1408 F: Fn(&mut SslRef, SslSession) + 'static + Sync + Send, in set_new_session_callback() 1442 /// The returned `SslSession` must not be associated with a different `SslContext`. 1446 F: Fn(&mut SslRef, &[u8]) -> Option<SslSession> + 'static + Sync + Send, in set_get_session_callback() 2083 pub struct SslSession; structure names 2085 /// Reference to [`SslSession`]. 2087 /// [`SslSession`]: struct.SslSession.html 2091 impl Clone for SslSession { 2092 fn clone(&self) -> SslSession { in clone() 2097 impl SslSession { impls [all...] |
H A D | callbacks.rs | 27 SslSession, SslSessionRef, 357 F: Fn(&mut SslRef, SslSession) + 'static + Sync + Send, 367 let session = SslSession::from_ptr(session); 405 F: Fn(&mut SslRef, &[u8]) -> Option<SslSession> + 'static + Sync + Send,
|
Completed in 5 milliseconds