Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_chain_utils.rs64 store_builder.add_cert(cert).unwrap(); in to_x509_store()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs216 pub(crate) fn add_cert(&mut self, cert: X509) -> Result<(), ErrorStack> { in add_cert() method
H A Dadapter.rs399 .and_then(|store| store.add_cert(cert.0)) in build()