Home
last modified time | relevance | path

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

/mcuboot-latest/sim/src/
Dcaps.rs31 HwRollbackProtection = (1 << 18), enumerator
Dtlv.rs348 …if !self.dependencies.is_empty() || (Caps::HwRollbackProtection.present() && self.security_cnt.is_… in protect_size()
353 if Caps::HwRollbackProtection.present() && self.security_cnt.is_some() { in protect_size()
459 if Caps::HwRollbackProtection.present() && self.security_cnt.is_some() { in make_tlv()
Dimage.rs1343 if !Caps::HwRollbackProtection.present() { in run_hw_rollback_prot()
2038 } else if Caps::HwRollbackProtection.present() { in make_tlv()