Searched refs:X509VerifyParamRef (Results 1 – 2 of 2) sorted by relevance
36 X509VerifyParamRef, X509VerifyResult, X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS,133 pub(crate) fn param_mut(&mut self) -> &mut X509VerifyParamRef { in param_mut() argument134 unsafe { X509VerifyParamRef::from_ptr_mut(SSL_get0_param(self.as_ptr())) } in param_mut()
236 pub(crate) struct X509VerifyParamRef;241 impl X509VerifyParamRef { impl