Home
last modified time | relevance | path

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

/mcuboot-latest/sim/src/
Dimage.rs570 if !self.verify_images(&flash, 0, 1) { in run_basic_upgrade()
590 if !self.verify_images(&flash, 0, 1) { in run_bootstrap()
623 if self.verify_images(&flash, 0, 1) { in run_oversized_bootstrap()
671 if !self.verify_images(&flash, 0, 0) { in run_basic_revert()
698 if !self.verify_images(&flash, 0, 1) { in run_perm_with_fails()
715 if self.is_swap_upgrade() && !self.verify_images(&flash, 1, 0) { in run_perm_with_fails()
740 let primary_slot_ok = self.verify_images(&flash, 0, 1); in run_perm_with_random_fails()
743 self.verify_images(&flash, 1, 0) in run_perm_with_random_fails()
815 if !self.verify_images(&flash, 0, 1) { in run_norevert()
850 if !self.verify_images(&flash, 0, 1) { in run_norevert()
[all …]