Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dadapter.rs469 pub(crate) fn ssl_new(&self, domain: &str) -> Result<TlsSsl, ErrorStack> { in ssl_new() argument
482 Ok(TlsSsl(ssl)) in ssl_new()
503 pub(crate) struct TlsSsl(Ssl); struct
505 impl TlsSsl { implementation