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/ffi/
Dmod.rs21 pub(crate) mod ssl; module
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dmod.rs24 pub(crate) mod ssl; module
Dadapter.rs471 let mut ssl = Ssl::new(ctx)?; in ssl_new() localVariable
907 let ssl = config in ut_tls_ssl_verify_hostname() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/
Dmod.rs200 let ssl = openssl::ssl::Ssl::new(acceptor.context()).expect("Ssl Error"); localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dstream.rs38 pub(crate) ssl: ManuallyDrop<Ssl>, field
93 pub(crate) fn ssl(&self) -> &SslRef { in ssl() method