Searched refs:image_verify (Results 1 – 2 of 2) sorted by relevance
151 self.flashrom.borrow_mut().image_verify(&buf, None)?; in verify_from_file()172 .image_verify(&buf, Some(layout))?; in verify_region_from_file()
750 pub fn image_verify( in image_verify() method1195 fc.image_verify(&buf, None).unwrap();1196 fc.image_verify(&buf, Some(test_layout())).unwrap();