Home
last modified time | relevance | path

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

/mcuboot-latest/sim/tests/
Dcore.rs72 …prot_failed_security_cnt_check, make_image_with_security_counter(Some(0)), run_hw_rollback_prot());
73 …est!(hw_prot_missing_security_cnt, make_image_with_security_counter(None), run_hw_rollback_prot());
/mcuboot-latest/sim/src/
Dimage.rs1342 pub fn run_hw_rollback_prot(&self) -> bool { in run_hw_rollback_prot() method