Searched defs:SslContextBuilder (Results 1 – 3 of 3) sorted by relevance
28 fn ctx(method: SslMethod) -> Result<SslContextBuilder, ErrorStack> { in ctx()128 fn deref(&self) -> &SslContextBuilder { in deref()134 fn deref_mut(&mut self) -> &mut SslContextBuilder { in deref_mut()355 fn deref(&self) -> &SslContextBuilder { in deref()361 fn deref_mut(&mut self) -> &mut SslContextBuilder { in deref_mut()
706 pub struct SslContextBuilder(SslContext); struct708 impl SslContextBuilder { impl711 pub fn new(method: SslMethod) -> Result<SslContextBuilder, ErrorStack> { in new()725 pub unsafe fn from_ptr(ctx: *mut ffi::SSL_CTX) -> SslContextBuilder { in from_ptr()1759 pub fn builder(method: SslMethod) -> Result<SslContextBuilder, ErrorStack> { in builder()
55 pub fn ctx(&mut self) -> &mut SslContextBuilder { in ctx()112 pub fn ctx(&mut self) -> &mut SslContextBuilder { in ctx()