Home
last modified time | relevance | path

Searched refs:calculated (Results 1 – 8 of 8) sorted by relevance

/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil.h81 bool calculated; member
/mcuboot-latest/boot/bootutil/src/
Dboot_record.c351 if (max_app_sizes[image].calculated == true) { in boot_save_shared_data()
Dloader.c2022 image_max_sizes[BOOT_CURR_IMG(state)].calculated = true;
3160 image_max_sizes[image_index].calculated = true;
3182 if (image_max_sizes[i].calculated == true) {
/mcuboot-latest/docs/
Dcompression_format.md22 Compression parameters can be calculated, retrieved, or changed
Dimgtool.md79 used instead of the signature calculated
Dreadme-espressif.md438 image digest calculated from previous step for comparison.
/mcuboot-latest/boot/zephyr/
DKconfig151 signature is calculated over entire image instead of hash
211 This is ed25519 signature calculated over SHA512 of SHA256 of application
222 The Pure signature is calculated directly over image rather than
551 be calculated automatically from the flash erase sizes and size of each partition for
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c787 if (image_max_sizes[image_index].calculated == true) { in bs_slot_info()