Home
last modified time | relevance | path

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

/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() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dadapter.rs290 builder.set_cert_store(store); in build_in_root_certs()