Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs32 X509_get_version, X509_up_ref, X509_verify, X509_verify_cert_error_string, EVP_PKEY,
162 X509_up_ref(self.as_ptr()); in to_owned()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
H A Dx509.rs78 pub(crate) fn X509_up_ref(x: *mut C_X509) -> c_int; in X509_up_ref() function
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_openssl.c1273 if (X509_up_ref(leafCert) != 1) { in GetCertIdInfo()