Home
last modified time | relevance | path

Searched refs:image_verify (Results 1 – 2 of 2) sorted by relevance

/external/flashrom/util/flashrom_tester/flashrom/src/
Dflashromlib.rs151 self.flashrom.borrow_mut().image_verify(&buf, None)?; in verify_from_file()
172 .image_verify(&buf, Some(layout))?; in verify_region_from_file()
/external/flashrom/bindings/rust/libflashrom/src/
Dlib.rs750 pub fn image_verify( in image_verify() method
1195 fc.image_verify(&buf, None).unwrap();
1196 fc.image_verify(&buf, Some(test_layout())).unwrap();