Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dmod.rs913 client.ctx().cert_store_mut().add_cert(cert).unwrap(); in cert_store()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs1291 pub fn cert_store_mut(&mut self) -> &mut X509StoreBuilderRef { in cert_store_mut() method