Home
last modified time | relevance | path

Searched refs:set_get_session_callback (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/
DCHANGELOG.md521 * Fixed a double-free in the `SslContextBuilder::set_get_session_callback` API.
692 `SslContextBuilder::set_get_session_callback`.
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs1444 pub unsafe fn set_get_session_callback<F>(&mut self, callback: F) in set_get_session_callback() method