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.rs20 pub(crate) mod ssl; module
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dmod.rs24 pub(crate) mod ssl; module
Dadapter.rs483 let mut ssl = Ssl::new(ctx)?; in ssl_new() localVariable
887 let ssl = config in ut_tls_ssl_verify_hostname() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/
Dmod.rs195 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.rs31 pub(crate) ssl: ManuallyDrop<Ssl>, field
85 pub(crate) fn ssl(&self) -> &SslRef { in ssl() method