Home
last modified time | relevance | path

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

/mcuboot-latest/sim/src/
Dcaps.rs36 pub fn present(self) -> bool { in present() method
43 Caps::EcdsaP256.present() || Caps::EcdsaP384.present() in has_ecdsa()
55 !(Self::RamLoad.present() || Self::DirectXip.present()) in modifies_flash()
Dimage.rs144 if cap.present() { in new()
582 if Caps::Bootstrap.present() { in run_bootstrap()
613 if Caps::Bootstrap.present() { in run_oversized_bootstrap()
656 Caps::SwapUsingScratch.present() || Caps::SwapUsingMove.present() in is_swap_upgrade()
660 if Caps::OverwriteUpgrade.present() || !Caps::modifies_flash() { in run_basic_revert()
773 if Caps::OverwriteUpgrade.present() || !Caps::modifies_flash() { in run_revert_with_fails()
797 if Caps::OverwriteUpgrade.present() || !Caps::modifies_flash() { in run_norevert()
912 if !Caps::DowngradePrevention.present() { in run_nodowngrade()
1093 if !Caps::ValidatePrimarySlot.present() || !Caps::modifies_flash() { in run_with_status_fails_complete()
1147 if Caps::OverwriteUpgrade.present() || !Caps::modifies_flash() { in run_with_status_fails_with_reset()
[all …]
Dtlv.rs334 if Caps::RamLoad.present() && !self.ignore_ram_load_flag { in get_flags()
348 …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()
/mcuboot-latest/
D.travis.yml-disabled53 ## present in the QEMU system being used for the tests.
/mcuboot-latest/docs/
DSubmittingPatches.md23 - A line that links this commit to specific GitHub issues, if present:
Drelease-notes.md33 enabled if one or both of these caches are present. This feature
548 (so still needs that present).
Dreadme-zephyr.md168 present for the target board which is used for holding the data being swapped
/mcuboot-latest/boot/zcbor/include/
Dzcbor_decode.h351 bool zcbor_present_decode(bool *present,
/mcuboot-latest/boot/cypress/MCUBootApp/
DExternalMemory.md8 The memory module present on board is S25FL512SAGMFI010 512-Mbit external Quad SPI NOR Flash.
DREADME.md95 * Boots Primary_1 only if both - Primary_1 and Primary_2 are present and valid;
/mcuboot-latest/boot/zephyr/
DKconfig.serial_recovery44 "zephyr,uart-mcumgr" is present, in which case the chosen takes
/mcuboot-latest/boot/zcbor/src/
Dzcbor_decode.c1551 bool zcbor_present_decode(bool *present, argument
1562 *present = !!num_decode;