Searched defs:Ssl (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | error.rs | 54 Ssl(ErrorStack), enumerator
|
D | mod.rs | 2206 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()
|
D | connector.rs | 182 pub fn into_ssl(mut self, domain: &str) -> Result<Ssl, ErrorStack> { in into_ssl()
|