Home
last modified time | relevance | path

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

/external/rust/crates/openssl/src/ssl/
Dconnector.rs104 pub fn into_context(self) -> SslContext { in into_context()
331 pub fn into_context(self) -> SslContext { in into_context()
Dmod.rs1551 pub fn set_ex_data<T>(&mut self, index: Index<SslContext, T>, data: T) { in set_ex_data()
1555 fn set_ex_data_inner<T>(&mut self, index: Index<SslContext, T>, data: T) -> *mut c_void { in set_ex_data_inner()
1691 pub fn build(self) -> SslContext { in build()
1712 impl Clone for SslContext { implementation
1730 impl fmt::Debug for SslContext { implementation
1736 impl SslContext { impl
1747 pub fn new_ex_index<T>() -> Result<Index<SslContext, T>, ErrorStack> in new_ex_index()
1762 fn cached_ex_index<T>() -> Index<SslContext, T> in cached_ex_index()
1820 pub fn ex_data<T>(&self, index: Index<SslContext, T>) -> Option<&T> { in ex_data()
/external/rust/crates/quiche/src/
Dlib.rs753 version: u32, tls_ctx: boring::ssl::SslContext, in with_boring_ssl_ctx()