Home
last modified time | relevance | path

Searched refs:param_mut (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs667 .param_mut() in verify_valid_hostname()
669 client.ssl().param_mut().set_host("foobar.com").unwrap(); in verify_valid_hostname()
687 .param_mut() in verify_invalid_hostname()
689 client.ssl().param_mut().set_host("bogus.com").unwrap(); in verify_invalid_hostname()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dconnector.rs396 let param = ssl.param_mut(); in setup_verify_hostname()
H A Dmod.rs2737 pub fn param_mut(&mut self) -> &mut X509VerifyParamRef { in param_mut() functions

Completed in 9 milliseconds