Home
last modified time | relevance | path

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

/external/rust/crates/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()
1718 impl ToOwned for SslContextRef { implementation
1777 impl SslContextRef { impl
2679 pub fn ssl_context(&self) -> &SslContextRef { in ssl_context()
Dcallbacks.rs379 F: Fn(&SslContextRef, &SslSessionRef) + 'static + Sync + Send, in raw_remove_session()