Searched refs:make_image_with_security_counter (Results 1 – 2 of 2) sorted by relevance
72 sim_test!(hw_prot_failed_security_cnt_check, make_image_with_security_counter(Some(0)), run_hw_roll…73 sim_test!(hw_prot_missing_security_cnt, make_image_with_security_counter(None), run_hw_rollback_pro…
409 pub fn make_image_with_security_counter(self, security_cnt: Option<u32>) -> Images { in make_image_with_security_counter() method