Home
last modified time | relevance | path

Searched refs:info (Results 1 – 25 of 26) sorted by relevance

12

/mcuboot-latest/boot/bootutil/src/
Dtlv.c44 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()
Dbootutil_misc.c371 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()
Dswap_offset.c761 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;
Dencrypted.c240 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/
DMakefile89 $(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 …]
Dplatforms.mk75 $(info $(PLATFORM_SUFFIX))
76 $(info $(DEVICE))
77 $(info $(DEFINES_PLATFORM))
D.gitignore26 /scripts/*.egg-info
Dtoolchains.mk35 $(info $(COMPILER))
/mcuboot-latest/boot/nuttx/
Dmain.c67 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/
Dboot_serial_encryption.c75 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/
Dtest-compile.go94 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/
Dserial-recovery-slot-info.md1 - Added slot info command support to serial recovery mode
/mcuboot-latest/sim/src/
Dimage.rs13 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 …]
Dtlv.rs23 use log::info;
818 info!("New encryption key: {:02x?}", buf); in generate_enc_key()
/mcuboot-latest/
D.gitignore26 /scripts/*.egg-info
/mcuboot-latest/boot/cypress/BlinkyApp/
DBlinkyApp.mk125 …$(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))
DReadme.md12 * 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/
Dapi.rs258 pub fn set_ram_info(info: BootsimRamInfo) { in set_ram_info()
260 ctx.replace(info); in set_ram_info()
/mcuboot-latest/sim/simflash/src/
Dlib.rs14 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/
Dpk.h303 int mbedtls_pk_setup( mbedtls_pk_context *ctx, const mbedtls_pk_info_t *info );
/mcuboot-latest/sim/tests/
Dcore.rs197 log::info!("Dump {:?}", full_name); in dump_image()
/mcuboot-latest/ci/fih_test_docker/
Ddamage_image.py129 logging.info(" Damaging TLV at offset 0x{:X}...".format(damage_offset))
/mcuboot-latest/boot/zephyr/
DKconfig.serial_recovery208 bool "Slot info"
211 If y, will include the slot info command which lists what available
/mcuboot-latest/docs/
DPORTING.md158 /*< Given flash area ID, return info about sectors within the area. */
/mcuboot-latest/scripts/imgtool/
Dimage.py441 info=b'MCUBoot_ECIES_v1', backend=default_backend()).derive(shared)

12