Searched refs:VerifyKind (Results 1 – 3 of 3) sorted by relevance
271 kind: VerifyKind,276 pub(crate) enum VerifyKind { enum285 pub(crate) fn from_msg(kind: VerifyKind, msg: &'static str) -> Self { in from_msg() argument293 impl VerifyKind { impl338 use crate::util::c_openssl::error::{VerifyError, VerifyKind};348 VerifyKind::PubKeyPinning.as_str(), in ut_verify_err_as_str()360 let error = VerifyError::from_msg(VerifyKind::PubKeyPinning, "error"); in ut_verify_err_from()
186 use crate::util::c_openssl::error::VerifyKind::PubKeyPinning;
31 use crate::util::c_openssl::error::VerifyKind::PubKeyPinning;