Home
last modified time | relevance | path

Searched refs: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.rs44 pub(crate) struct X509Ref;
110 impl X509Ref { impl
153 X509Ref::to_owned(self) in clone()
157 impl ToOwned for X509Ref { implementation
282 pub(crate) fn get_current_cert(&self) -> Result<&X509Ref, ErrorStack> { in get_current_cert() argument
284 Ok(X509Ref::from_ptr(check_ptr(X509_STORE_CTX_get0_cert( in get_current_cert()