Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/
Denc_key.h45 uint8_t valid; member
/mcuboot-latest/boot/bootutil/src/
Dencrypted.c365 enc_state[slot].valid = 0; in boot_enc_drop()
381 enc_state[slot].valid = 1; in boot_enc_set_key()
655 if (enc_state[slot].valid) { in boot_enc_load()
700 return enc_state[slot].valid; in boot_enc_valid()
722 assert(enc->valid == 1); in boot_enc_encrypt()
745 assert(enc->valid == 1); in boot_enc_decrypt()
/mcuboot-latest/
D.travis.yml-disabled47 ## and is easy to calculate a valid hash for a changed image
/mcuboot-latest/docs/
Dreadme-riot.md23 with a valid formatted value. The format is `major.minor.patch+other`
Dtestplan-mynewt.md117 Build signed image with *valid* key:
Dreadme-nuttx.md25 …firmware image and, once this application firmware image is assured to be valid, the application m…
/mcuboot-latest/sim/mcuboot-sys/
DCargo.toml75 # Allow bootstrapping an empty/invalid primary slot from a valid secondary slot
/mcuboot-latest/boot/cypress/MCUBootApp/
DREADME.md93 * Upgrades Secondary to Primary if valid images found;
95 * Boots Primary_1 only if both - Primary_1 and Primary_2 are present and valid;
97 …is ensures two dependent applications can be accepted by device only in case both images are valid.
DExternalMemory.md61 Once valid upgrade image was accepted the image in external memory will be erased.
DMCUBootApp.ld11 * \note The entry point location is fixed and starts at 0x10000000. The valid
/mcuboot-latest/boot/mbed/
Dmcuboot_imgtool.cmake31 …message(FATAL_ERROR "Must specify path to valid image signing key via MCUBOOT_SIGNING_KEY CMake op…
43 …message(FATAL_ERROR "Since mcuboot.encrypt-rsa is enabled, you must specify the path to a valid im…
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/
Dcy8c6xxa_cm0plus.ld11 * \note The entry point location is fixed and starts at 0x10000000. The valid
/mcuboot-latest/boot/cypress/BlinkyApp/linker/
DBlinkyApp_template.ld11 * \note The entry point location is fixed and starts at 0x10000000. The valid
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/
Dcy8c6xxa_cm4_dual.ld11 * \note The entry point location is fixed and starts at 0x10000000. The valid
/mcuboot-latest/boot/zephyr/
DKconfig389 If y, mcuboot selects the newest valid image based on the image version
398 If y, mcuboot selects the newest valid image based on the image version
435 primary slot to be initialized from a valid image in the secondary slot.