Searched refs:param_mut (Results 1 – 3 of 3) sorted by relevance
667 .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()
396 let param = ssl.param_mut();
2737 pub fn param_mut(&mut self) -> &mut X509VerifyParamRef { in param_mut() method