Home
last modified time | relevance | path

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

/mcuboot-2.7.6/sim/src/
Dimage.rs416 if !self.verify_images(&flash, 0, 1) { in run_basic_upgrade()
437 if !self.verify_images(&flash, 0, 1) { in run_bootstrap()
481 if !self.verify_images(&flash, 0, 0) { in run_basic_revert()
500 if !self.verify_images(&flash, 0, 1) { in run_perm_with_fails()
517 if self.is_swap_upgrade() && !self.verify_images(&flash, 1, 0) { in run_perm_with_fails()
538 let primary_slot_ok = self.verify_images(&flash, 0, 1); in run_perm_with_random_fails()
541 self.verify_images(&flash, 1, 0) in run_perm_with_random_fails()
610 if !self.verify_images(&flash, 0, 1) { in run_norevert()
646 if !self.verify_images(&flash, 0, 1) { in run_norevert()
677 if !self.verify_images(&flash, 0, 0) { in run_nodowngrade()
[all …]