Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/tls/verifier/
H A Dopenssl.rs45 .get_current_cert() in version()
65 .get_current_cert() in cert_name()
92 .get_current_cert() in issuer()
123 .get_current_cert() in cmp_pem_cert()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs282 pub(crate) fn get_current_cert(&self) -> Result<&X509Ref, ErrorStack> { in get_current_cert() method