Home
last modified time | relevance | path

Searched full:update (Results 1 – 25 of 64) sorted by relevance

123

/mcuboot-latest/ci/fih_test_docker/
Dutils.py45 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/
Dhmac_prng.c78 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()
Dctr_mode.c80 /* update the output */ in tc_ctr_mode()
86 /* update the counter */ in tc_ctr_mode()
/mcuboot-latest/boot/bootutil/include/bootutil/
Dboot_hooks.h87 /** 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/
Dreadme-nuttx.md25update 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…
Dreadme-mbed.md39 …firmed()` after an update, or set a new image in the secondary slot as pending with `boot_set_pend…
Drelease-notes.md23 - 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.
DGemfile13 # uncomment the line below. To upgrade, run `bundle update github-pages`.
Dreadme-espressif.md40 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/
DKconfig.serial_recovery18 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/
Dboot_serial_priv.h91 * parameter of the mcumgr update frame.
94 * mcumgr update frame to be translated.
/mcuboot-latest/scripts/imgtool/keys/
Ded25519_test.py105 sha.update(buf)
115 sha.update(b'This is thE message')
Dgeneral.py76 digest.update(self.get_public_bytes())
92 digest.update(self.get_public_bytes())
/mcuboot-latest/boot/cypress/BlinkyApp/
Dmain.c70 #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/
Dbootloader-multi.conf9 # Notice that the OS layer and update agent must be aware
/mcuboot-latest/boot/zephyr/include/
Dmcuboot-mbedtls-cfg.h20 * If you put any "generic" definitions in here, make sure to update
/mcuboot-latest/boot/espressif/port/esp32s3/
Dbootloader-multi.conf10 # Notice that the OS layer and update agent must be aware
/mcuboot-latest/scripts/imgtool/
Dimage.py225 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/
Dsecondary_bd.h31 * @retval secondary_bd Secondary BlockDevice where update candidates are stored
/mcuboot-latest/boot/mbed/
Dmbed_lib.json61 …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/
DDockerfile18 RUN apt-get update && \
/mcuboot-latest/boot/espressif/port/esp32c2/ld/
Dbootloader.ld49 * 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/
Dbootloader.ld46 * 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/
Dbootloader.ld47 * 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/
Dcycfg_system.c244 /* 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()

123