Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dctx.rs269 pub(crate) fn cert_store_mut(&mut self) -> &mut X509StoreRef { in cert_store_mut() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dadapter.rs220 { Ok(builder.cert_store_mut()).map(|store| store.add_cert(cert.0)) } in add_root_certificates()