Searched defs:SslContextBuilder (Results 1 – 4 of 4) sorted by relevance
27 fn ctx(method: SslMethod) -> Result<SslContextBuilder, ErrorStack> { in ctx()127 fn deref(&self) -> &SslContextBuilder { in deref()133 fn deref_mut(&mut self) -> &mut SslContextBuilder { in deref_mut()354 fn deref(&self) -> &SslContextBuilder { in deref()360 fn deref_mut(&mut self) -> &mut SslContextBuilder { in deref_mut()
695 pub struct SslContextBuilder(SslContext); struct697 impl SslContextBuilder { implementation700 pub fn new(method: SslMethod) -> Result<SslContextBuilder, ErrorStack> { in new()714 pub unsafe fn from_ptr(ctx: *mut ffi::SSL_CTX) -> SslContextBuilder { in from_ptr()1738 pub fn builder(method: SslMethod) -> Result<SslContextBuilder, ErrorStack> { in builder()
41 public final class SslContextBuilder { class
55 pub fn ctx(&mut self) -> &mut SslContextBuilder { in ctx()112 pub fn ctx(&mut self) -> &mut SslContextBuilder { in ctx()