Home
last modified time | relevance | path

Searched defs:SslContextRef (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dconnector.rs109 pub fn context(&self) -> &SslContextRef { in context()
336 pub fn context(&self) -> &SslContextRef { in context()
Dmod.rs1411 F: Fn(&SslContextRef, &SslSessionRef) + 'static + Sync + Send, in set_remove_session_callback()
1728 impl ToOwned for SslContextRef { implementation
1787 impl SslContextRef { impl
2697 pub fn ssl_context(&self) -> &SslContextRef { in ssl_context()
Dcallbacks.rs379 F: Fn(&SslContextRef, &SslSessionRef) + 'static + Sync + Send, in raw_remove_session()