Home
last modified time | relevance | path

Searched refs:tls_client (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dmethod.rs22 pub(crate) fn tls_client() -> SslMethod { in tls_client() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dadapter.rs65 inner: SslContext::builder(SslMethod::tls_client()), in new()