Searched defs:VbMetaImageVerificationError (Results 1 – 1 of 1) 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() argument