Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dx509.rs109 impl X509Ref { impl
156 impl ToOwned for X509Ref { implementation
293 pub(crate) fn get_current_cert(&self) -> Result<&X509Ref, ErrorStack> { in get_current_cert()