Home
last modified time | relevance | path

Searched defs:Ssl (Results 1 – 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dssl_base.rs45 impl Ssl { implementation
46 pub(crate) fn new(ctx: &SslContext) -> Result<Ssl, ErrorStack> { in new()
Derror.rs32 Ssl(ErrorStack), enumerator
Dstream.rs133 pub(crate) fn new_base(ssl: Ssl, stream: S) -> Result<Self, ErrorStack> { in new_base()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/
Dc_ssl_stream.rs56 pub(crate) fn new(ssl: Ssl, stream: S) -> Result<Self, ErrorStack> { in new()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dadapter.rs511 pub(crate) fn into_inner(self) -> Ssl { in into_inner()