Searched defs:Ssl (Results 1 – 5 of 5) sorted by relevance
45 impl Ssl { implementation46 pub(crate) fn new(ctx: &SslContext) -> Result<Ssl, ErrorStack> { in new()
32 Ssl(ErrorStack), enumerator
133 pub(crate) fn new_base(ssl: Ssl, stream: S) -> Result<Self, ErrorStack> { in new_base()
56 pub(crate) fn new(ssl: Ssl, stream: S) -> Result<Self, ErrorStack> { in new()
511 pub(crate) fn into_inner(self) -> Ssl { in into_inner()