Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_chain_utils.rs60 pub fn to_x509_store(&self) -> Result<X509Store, openssl::error::ErrorStack> { in to_x509_store()
H A Dprofile_utils.rs113 root_store: &X509Store, in parse_pkcs7_data()
124 root_store: &X509Store, in verify_pkcs7_signature()
321 x509_store: &X509Store, in process_profile()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs208 impl X509Store { impl
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dctx.rs259 pub(crate) fn set_cert_store(&mut self, cert_store: X509Store) { in set_cert_store()