Searched refs:VbMetaImageVerificationError (Results 1 – 2 of 2) sorted by relevance
55 pub enum VbMetaImageVerificationError { enum75 pub fn verify_path<P: AsRef<Path>>(path: P) -> Result<Self, VbMetaImageVerificationError> { in verify_path() argument86 ) -> Result<Self, VbMetaImageVerificationError> { in verify_reader_region() argument163 fn verify_vbmeta_image(data: &[u8]) -> Result<(), VbMetaImageVerificationError> { in verify_vbmeta_image() argument177 Err(VbMetaImageVerificationError::HashMismatch) in verify_vbmeta_image()180 Err(VbMetaImageVerificationError::SignatureMismatch) in verify_vbmeta_image()272 Err(VbMetaImageVerificationError::HashMismatch) in signed_image_has_valid_vbmeta()
64 PayloadVbmetaError(#[from] vbmeta::VbMetaImageVerificationError),