Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dverify.rs71 pub struct X509VerifyParamRef; structure names
85 impl X509VerifyParamRef { impls
H A Dstore.rs53 use crate::x509::verify::{X509VerifyFlags, X509VerifyParamRef};
138 pub fn set_param(&mut self, param: &X509VerifyParamRef) -> Result<(), ErrorStack> { in set_param()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs79 use crate::x509::verify::X509VerifyParamRef;
1300 pub fn verify_param(&self) -> &X509VerifyParamRef { in verify_param()
1301 unsafe { X509VerifyParamRef::from_ptr(ffi::SSL_CTX_get0_param(self.as_ptr())) } in verify_param()
1309 pub fn verify_param_mut(&mut self) -> &mut X509VerifyParamRef { in verify_param_mut()
1310 unsafe { X509VerifyParamRef::from_ptr_mut(ffi::SSL_CTX_get0_param(self.as_ptr())) } in verify_param_mut()
2737 pub fn param_mut(&mut self) -> &mut X509VerifyParamRef { in param_mut()
2738 unsafe { X509VerifyParamRef::from_ptr_mut(ffi::SSL_get0_param(self.as_ptr())) } in param_mut()

Completed in 7 milliseconds