Searched refs:X509VerifyResult (Results 1 – 2 of 2) sorted by relevance
169 pub(crate) struct X509VerifyResult(c_int); struct171 impl X509VerifyResult { impl180 pub(crate) fn from_raw(err: c_int) -> X509VerifyResult { in from_raw() argument181 X509VerifyResult(err) in from_raw()185 impl fmt::Display for X509VerifyResult { implementation192 impl fmt::Debug for X509VerifyResult { implementation
36 X509VerifyParamRef, X509VerifyResult, X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS,104 pub(crate) fn verify_result(&self) -> X509VerifyResult { in verify_result() argument105 unsafe { X509VerifyResult::from_raw(SSL_get_verify_result(self.as_ptr()) as c_int) } in verify_result()