Searched defs:Ssl (Results 1 – 5 of 5) sorted by relevance
51 impl Ssl { implementation52 pub(crate) fn new(ctx: &SslContext) -> Result<Ssl, ErrorStack> { in new()
33 Ssl(ErrorStack), enumerator
142 ssl: Ssl, in new_base()
61 ssl: Ssl, in new()
506 pub(crate) fn into_inner(self) -> Ssl { in into_inner()