Home
last modified time | relevance | path

Searched refs:set_session (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs420 /// application is responsible for setting it explicitly via [`SslRef::set_session`].
422 /// [`SslRef::set_session`]: struct.SslRef.html#method.set_session
2850 pub unsafe fn set_session(&mut self, session: &SslSessionRef) -> Result<(), ErrorStack> { in set_session() functions
2854 /// Determines if the session provided to `set_session` was successfully reused.

Completed in 6 milliseconds