Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs110 impl X509Ref { implementation
157 impl ToOwned for X509Ref { implementation
282 pub(crate) fn get_current_cert(&self) -> Result<&X509Ref, ErrorStack> { in get_current_cert()