Searched refs:VerifyError (Results 1 – 3 of 3) sorted by relevance
270 pub(crate) struct VerifyError { struct284 impl VerifyError { impl301 impl fmt::Debug for VerifyError { implementation310 impl fmt::Display for VerifyError { implementation334 impl Error for VerifyError {} implementation338 use crate::util::c_openssl::error::{VerifyError, VerifyKind};360 let error = VerifyError::from_msg(VerifyKind::PubKeyPinning, "error"); in ut_verify_err_from()
22 use crate::util::c_openssl::error::VerifyError;34 User(VerifyError),187 use crate::util::c_openssl::error::{ErrorStack, VerifyError};253 internal: Some(InternalError::User(VerifyError::from_msg( in ut_ssl_error_source()
30 use crate::util::c_openssl::error::VerifyError;351 internal: Some(InternalError::User(VerifyError::from_msg( in compare_pinned_digest()