/mcuboot-latest/ci/fih_test_docker/ |
D | utils.py | 45 test_stats.update([CATEGORIES['TOTAL']]) 48 test_stats.update([CATEGORIES['SUCCESS']]) 52 test_stats.update([CATEGORIES['ADDRES_NOEXEC']]) 56 test_stats.update([CATEGORIES['BOOT']]) 59 failed_boot_last_lines.update([test["last_line"]]) 61 exec_fail_reasons.update([test["test_exec_fail_reason"]])
|
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | hmac_prng.c | 78 static void update(TCHmacPrng_t prng, const uint8_t *e, unsigned int len) in update() function 128 /* update assumes SOME key has been configured into HMAC */ in tc_hmac_prng_init() 130 update(prng, personalization, plen); in tc_hmac_prng_init() 162 /* call update for the seed and additional_input */ in tc_hmac_prng_reseed() 163 update(prng, seed, seedlen); in tc_hmac_prng_reseed() 164 update(prng, additional_input, additionallen); in tc_hmac_prng_reseed() 167 /* call update only for the seed */ in tc_hmac_prng_reseed() 168 update(prng, seed, seedlen); in tc_hmac_prng_reseed() 209 update(prng, prng->v, TC_SHA256_DIGEST_SIZE); in tc_hmac_prng_generate()
|
D | ctr_mode.c | 80 /* update the output */ in tc_ctr_mode() 86 /* update the counter */ in tc_ctr_mode()
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | boot_hooks.h | 87 /** Hook for implement image update 89 * This hook is for for implementing an alternative mechanism of image update or 96 * @retval 0: update was done, skip performing the update 117 * Update will be undone so might be resume on the next boot.
|
/mcuboot-latest/docs/ |
D | readme-nuttx.md | 25 …update agent, which is an important component of a secure firmware update subsystem. Through MCUbo… 27 …rmware image from a webserver, installing it and triggering the firmware update process for the ne…
|
D | readme-mbed.md | 39 …firmed()` after an update, or set a new image in the secondary slot as pending with `boot_set_pend…
|
D | release-notes.md | 23 - Update ptest to support test selection. Ptest can now be invoked with `list` 41 the secondary slot which is used to update the primary image 328 image update strategy is used) 352 - Update imgtool.py to support the new features 377 should land in 1.4.0. This includes a simulator update for testing 503 future release of MCUboot will update the Tinycrypt version.
|
D | Gemfile | 13 # uncomment the line below. To upgrade, run `bundle update github-pages`.
|
D | readme-espressif.md | 40 2. Update the Mbed TLS submodule required by MCUboot: 43 git submodule update --init --recursive ext/mbedtls 205 perform an update swap. 214 since any update must have greater or equal security counter value. Enable using the following 221 E.g.: if the current image was signed using `-s 1` parameter, an eventual update image must have 497 *When on __RELEASE MODE__, __ENSURE__ that the application with an update agent is flashed before 630 pre-encrypted data is sent for an OTA update, it would be wrongly double-encrypted when the update 668 bootloader is aware of the second image regions and can update it, however it does not load 682 # Notice that the OS layer and update agent must be aware 697 CPU (current CPU), it is also responsible for update both images as well. Thus multi boot will be [all …]
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig.serial_recovery | 18 If y, enables a serial-port based update mode. This allows 19 MCUboot itself to load update images into flash over a UART. 55 respect the "image" field in mcumgr image update frame
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial_priv.h | 91 * parameter of the mcumgr update frame. 94 * mcumgr update frame to be translated.
|
/mcuboot-latest/scripts/imgtool/keys/ |
D | ed25519_test.py | 105 sha.update(buf) 115 sha.update(b'This is thE message')
|
D | general.py | 76 digest.update(self.get_public_bytes()) 92 digest.update(self.get_public_bytes())
|
/mcuboot-latest/boot/cypress/BlinkyApp/ |
D | main.c | 70 #define WATCHDOG_UPD_MESSAGE "[BlinkyApp] Update watchdog timer started in MCUBootApp to mark succ… 121 /* Update watchdog timer to mark successful start up of application */ in main()
|
/mcuboot-latest/boot/espressif/port/esp32/ |
D | bootloader-multi.conf | 9 # Notice that the OS layer and update agent must be aware
|
/mcuboot-latest/boot/zephyr/include/ |
D | mcuboot-mbedtls-cfg.h | 20 * If you put any "generic" definitions in here, make sure to update
|
/mcuboot-latest/boot/espressif/port/esp32s3/ |
D | bootloader-multi.conf | 10 # Notice that the OS layer and update agent must be aware
|
/mcuboot-latest/scripts/imgtool/ |
D | image.py | 225 sha.update(hash_region) 432 cipherkey = encryptor.update(plainkey) + encryptor.finalize() 435 mac.update(cipherkey) 461 sha.update(pub) 468 sha.update(pub) 593 sha.update(self.payload) 670 encryptor.update(img) + encryptor.finalize()
|
/mcuboot-latest/boot/mbed/include/flash_map_backend/ |
D | secondary_bd.h | 31 * @retval secondary_bd Secondary BlockDevice where update candidates are stored
|
/mcuboot-latest/boot/mbed/ |
D | mbed_lib.json | 61 …r code path, which only supports overwriting the existing image with the update image, is also ava… 180 "help": "Enable ability to boot update candidates in-place.",
|
/mcuboot-latest/ci/fih_test_docker/docker-build/ |
D | Dockerfile | 18 RUN apt-get update && \
|
/mcuboot-latest/boot/espressif/port/esp32c2/ld/ |
D | bootloader.ld | 49 * 2. Update the value in this assert. 50 …* 3. Update (SRAM_DRAM_END + I_D_SRAM_OFFSET) in components/esp_system/ld/esp32c2/memory.ld.in to …
|
/mcuboot-latest/boot/espressif/port/esp32c6/ld/ |
D | bootloader.ld | 46 * 2. Update the value in this assert. 47 * 3. Update SRAM_DRAM_END in components/esp_system/ld/esp32c6/memory.ld.in to the same value.
|
/mcuboot-latest/boot/espressif/port/esp32h2/ld/ |
D | bootloader.ld | 47 * 2. Update the value in this assert. 48 * 3. Update SRAM_DRAM_END in components/esp_system/ld/esp32h2/memory.ld.in to the same value.
|
/mcuboot-latest/boot/cypress/platforms/ |
D | cycfg_system.c | 244 /* Set worst case memory wait states (! ultra low power, 150 MHz), will update at the end */ in init_cycfg_system() 250 #warning Power system will not be configured. Update power personality to v1.20 or later. in init_cycfg_system() 523 /* Update System Core Clock values for correct Cy_SysLib_Delay functioning */ in init_cycfg_system()
|