Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Dconnector.rs110 pub fn context(&self) -> &SslContextRef { in context()
337 pub fn context(&self) -> &SslContextRef { in context()
Dmod.rs1442 F: Fn(&SslContextRef, &SslSessionRef) + 'static + Sync + Send, in set_remove_session_callback()
1787 impl ToOwned for SslContextRef { implementation
1846 impl SslContextRef { impl
2770 pub fn ssl_context(&self) -> &SslContextRef { in ssl_context()
Dcallbacks.rs382 F: Fn(&SslContextRef, &SslSessionRef) + 'static + Sync + Send, in raw_remove_session()