Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Derror.rs54 Ssl(ErrorStack), enumerator
Dmod.rs2206 impl fmt::Debug for Ssl { implementation
2212 impl Ssl { impl
2218 pub fn new_ex_index<T>() -> Result<Index<Ssl, T>, ErrorStack> in new_ex_index()
2233 fn cached_ex_index<T>() -> Index<Ssl, T> in cached_ex_index()
2253 pub fn new(ctx: &SslContextRef) -> Result<Ssl, ErrorStack> { in new()
2930 pub fn set_ex_data<T>(&mut self, index: Index<Ssl, T>, data: T) { in set_ex_data()
2943 pub fn ex_data<T>(&self, index: Index<Ssl, T>) -> Option<&T> { in ex_data()
2956 pub fn ex_data_mut<T>(&mut self, index: Index<Ssl, T>) -> Option<&mut T> { in ex_data_mut()
3492 pub fn new(ssl: Ssl, stream: S) -> Result<Self, ErrorStack> { in new()
3853 pub fn new(ssl: Ssl, stream: S) -> Self { in new()
Dconnector.rs182 pub fn into_ssl(mut self, domain: &str) -> Result<Ssl, ErrorStack> { in into_ssl()