Home
last modified time | relevance | path

Searched defs:ssl (Results 1 – 6 of 6) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
Dmod.rs21 pub mod ssl; // todo module
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dmod.rs24 pub(crate) mod ssl; module
Dadapter.rs440 let mut ssl = Ssl::new(ctx)?; in ssl_new() localVariable
858 let ssl = config in ut_tls_ssl_verify_hostname() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dstream.rs39 pub(crate) ssl: ManuallyDrop<Ssl>, field
94 pub(crate) fn ssl(&self) -> &SslRef { in ssl() method
/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/
Dmod.rs292 let ssl = openssl::ssl::Ssl::new(acceptor.context()).expect("Ssl Error"); localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/tests/
Dsdv_async_certs_adapter.rs136 let ssl = openssl::ssl::Ssl::new(acceptor.context()).expect("Ssl Error"); in sdv_client_request_http2_verify_true() localVariable