Home
last modified time | relevance | path

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

/mcuboot-latest/sim/src/
Dimage.rs583 if !self.verify_images(&flash, 0, 1) { in run_basic_upgrade()
603 if !self.verify_images(&flash, 0, 1) { in run_bootstrap()
636 if self.verify_images(&flash, 0, 1) { in run_oversized_bootstrap()
684 if !self.verify_images(&flash, 0, 0) { in run_basic_revert()
711 if !self.verify_images(&flash, 0, 1) { in run_perm_with_fails()
728 if self.is_swap_upgrade() && !self.verify_images(&flash, 1, 0) { in run_perm_with_fails()
753 let primary_slot_ok = self.verify_images(&flash, 0, 1); in run_perm_with_random_fails()
756 self.verify_images(&flash, 1, 0) in run_perm_with_random_fails()
828 if !self.verify_images(&flash, 0, 1) { in run_norevert()
863 if !self.verify_images(&flash, 0, 1) { in run_norevert()
[all …]