/mcuboot-latest/boot/bootutil/src/ |
D | tlv.c | 44 struct image_tlv_info info; in bootutil_tlv_iter_begin() local 56 if (LOAD_IMAGE_DATA(hdr, fap, off_, &info, sizeof(info))) { in bootutil_tlv_iter_begin() 60 if (info.it_magic == IMAGE_TLV_PROT_INFO_MAGIC) { in bootutil_tlv_iter_begin() 61 if (hdr->ih_protect_tlv_size != info.it_tlv_tot) { in bootutil_tlv_iter_begin() 65 if (LOAD_IMAGE_DATA(hdr, fap, off_ + info.it_tlv_tot, in bootutil_tlv_iter_begin() 66 &info, sizeof(info))) { in bootutil_tlv_iter_begin() 73 if (info.it_magic != IMAGE_TLV_INFO_MAGIC) { in bootutil_tlv_iter_begin() 82 it->tlv_end = off_ + it->hdr->ih_protect_tlv_size + info.it_tlv_tot; in bootutil_tlv_iter_begin() 84 it->tlv_off = off_ + sizeof(info); in bootutil_tlv_iter_begin()
|
D | bootutil_misc.c | 371 struct image_tlv_info info; in boot_read_image_size() local 390 if (flash_area_read(fap, off, &info, sizeof(info))) { in boot_read_image_size() 396 if (info.it_magic == IMAGE_TLV_PROT_INFO_MAGIC) { in boot_read_image_size() 397 if (protect_tlv_size != info.it_tlv_tot) { in boot_read_image_size() 402 if (flash_area_read(fap, off + info.it_tlv_tot, &info, sizeof(info))) { in boot_read_image_size() 411 if (info.it_magic != IMAGE_TLV_INFO_MAGIC) { in boot_read_image_size() 416 *size = off + protect_tlv_size + info.it_tlv_tot; in boot_read_image_size()
|
D | swap_offset.c | 761 struct image_tlv_info info; local 786 if (flash_area_read(fap, (off + secondary_slot_off), &info, sizeof(info))) { 792 if (info.it_magic == IMAGE_TLV_PROT_INFO_MAGIC) { 793 if (protect_tlv_size != info.it_tlv_tot) { 798 if (flash_area_read(fap, (off + secondary_slot_off + info.it_tlv_tot), 799 &info, sizeof(info))) { 808 if (info.it_magic != IMAGE_TLV_INFO_MAGIC) { 813 *size = off + protect_tlv_size + info.it_tlv_tot;
|
D | encrypted.c | 240 hkdf(uint8_t *ikm, uint16_t ikm_len, uint8_t *info, uint16_t info_len, in hkdf() argument 305 rc = bootutil_hmac_sha256_update(&hmac, info, info_len); in hkdf()
|
/mcuboot-latest/boot/cypress/ |
D | Makefile | 89 $(info ==============================================================================) 90 $(info = Directories to look for header files: =) 91 $(info ==============================================================================) 92 $(info $(INCLUDE_DIRS)) 94 $(info ==============================================================================) 95 $(info = Collected Defines string: =) 96 $(info ==============================================================================) 97 $(info $(DEFINES)) 207 $(info ASM_FILES: $(ASM_FILES)) 208 $(info C_FILES: $(C_FILES)) [all …]
|
D | platforms.mk | 75 $(info $(PLATFORM_SUFFIX)) 76 $(info $(DEVICE)) 77 $(info $(DEFINES_PLATFORM))
|
D | .gitignore | 26 /scripts/*.egg-info
|
D | toolchains.mk | 35 $(info $(COMPILER))
|
/mcuboot-latest/boot/nuttx/ |
D | main.c | 67 struct boardioc_boot_info_s info; in do_boot() local 78 info.path = flash_area->fa_mtd_path; in do_boot() 79 info.header_size = rsp->br_hdr->ih_hdr_size; in do_boot() 83 if (boardctl(BOARDIOC_BOOT_IMAGE, (uintptr_t)&info) != OK) in do_boot()
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial_encryption.c | 75 struct image_tlv_info info; in read_image_size() local 82 if (flash_area_read(fa_p, off, &info, sizeof(info))) { in read_image_size() 88 if (info.it_magic == IMAGE_TLV_PROT_INFO_MAGIC) { in read_image_size() 89 if (protect_tlv_size != info.it_tlv_tot) { in read_image_size() 94 if (flash_area_read(fa_p, off + info.it_tlv_tot, &info, sizeof(info))) { in read_image_size() 103 if (info.it_magic != IMAGE_TLV_INFO_MAGIC) { in read_image_size() 108 *size = off + protect_tlv_size + info.it_tlv_tot; in read_image_size()
|
/mcuboot-latest/samples/zephyr/ |
D | test-compile.go | 94 info, err := os.Stat(".") 99 header, err := zip.FileInfoHeader(info) 132 info, err := inp.Stat() 137 header, err := zip.FileInfoHeader(info)
|
/mcuboot-latest/docs/release-notes.d/ |
D | serial-recovery-slot-info.md | 1 - Added slot info command support to serial recovery mode
|
/mcuboot-latest/sim/src/ |
D | image.rs | 13 info, 161 Some(info) => info, in new() 170 Some(info) => info, in new() 581 info!("Total flash operation count={}", total_count); in run_basic_upgrade() 596 info!("Try bootstraping image in the primary"); in run_bootstrap() 627 info!("Try bootstraping image in the primary"); in run_oversized_bootstrap() 682 info!("Try revert: {}", count); in run_basic_revert() 708 info!("Try interruption at {}", i); in run_perm_with_fails() 710 info!("Second boot, count={}", count); in run_perm_with_fails() 751 info!("Random interruptions at reset points={:?}", total_counts); in run_perm_with_random_fails() [all …]
|
D | tlv.rs | 23 use log::info; 818 info!("New encryption key: {:02x?}", buf); in generate_enc_key()
|
/mcuboot-latest/ |
D | .gitignore | 26 /scripts/*.egg-info
|
/mcuboot-latest/boot/cypress/BlinkyApp/ |
D | BlinkyApp.mk | 125 …$(info [PRE_BUILD] - Generating linker script for application $(CUR_APP_PATH)/linker/$(APP_NAME).l… 130 $(info [POST_BUILD] - Executing post build script for $(APP_NAME))
|
D | Readme.md | 12 * Prints debug info and version of itself to terminal at 115200 baud. 137 - `MAKEINFO` - 0 (default) - less build info, 1 - verbose output of compilation.
|
/mcuboot-latest/sim/mcuboot-sys/src/ |
D | api.rs | 258 pub fn set_ram_info(info: BootsimRamInfo) { in set_ram_info() 260 ctx.replace(info); in set_ram_info()
|
/mcuboot-latest/sim/simflash/src/ |
D | lib.rs | 14 use log::info; 237 info!("Adding new bad region {:#x}-{:#x}", offset, offset + len); in add_bad_region()
|
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/ |
D | pk.h | 303 int mbedtls_pk_setup( mbedtls_pk_context *ctx, const mbedtls_pk_info_t *info );
|
/mcuboot-latest/sim/tests/ |
D | core.rs | 197 log::info!("Dump {:?}", full_name); in dump_image()
|
/mcuboot-latest/ci/fih_test_docker/ |
D | damage_image.py | 129 logging.info(" Damaging TLV at offset 0x{:X}...".format(damage_offset))
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig.serial_recovery | 208 bool "Slot info" 211 If y, will include the slot info command which lists what available
|
/mcuboot-latest/docs/ |
D | PORTING.md | 158 /*< Given flash area ID, return info about sectors within the area. */
|
/mcuboot-latest/scripts/imgtool/ |
D | image.py | 441 info=b'MCUBoot_ECIES_v1', backend=default_backend()).derive(shared)
|