Home
last modified time | relevance | path

Searched refs:boot_img_hdr (Results 1 – 6 of 6) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dloader.c135 BOOT_CURR_IMG(state), i, boot_img_hdr(state, i)); in boot_read_image_headers()
138 rc = boot_read_image_header(state, i, boot_img_hdr(state, i), bs); in boot_read_image_headers()
175 boot_img_hdr(state, active_slot), in boot_add_shared_data()
184 rc = boot_save_shared_data(boot_img_hdr(state, active_slot), in boot_add_shared_data()
236 rsp->br_hdr = boot_img_hdr(state, active_slot); in fill_rsp()
565 rc = bootutil_tlv_iter_begin(&it, boot_img_hdr(state, slot), fap, in boot_verify_slot_dependencies()
585 rc = LOAD_IMAGE_DATA(boot_img_hdr(state, slot), in boot_verify_slot_dependencies()
966 hdr = boot_img_hdr(state, slot);
993 hdr = boot_img_hdr(state, active_slot);
1039 hdr = boot_img_hdr(state, slot);
[all …]
Dimage_validate.c363 (boot_img_hdr(state, slot) == NULL) || in bootutil_get_img_security_cnt()
371 if (boot_img_hdr(state, slot)->ih_protect_tlv_size == 0) { in bootutil_get_img_security_cnt()
379 rc = bootutil_tlv_iter_begin(&it, boot_img_hdr(state, slot), fap, IMAGE_TLV_SEC_CNT, true); in bootutil_get_img_security_cnt()
399 rc = LOAD_IMAGE_DATA(boot_img_hdr(state, slot), fap, off, img_security_cnt, len); in bootutil_get_img_security_cnt()
Dbootutil_misc.c388 off = BOOT_TLV_OFF(boot_img_hdr(state, slot)); in boot_read_image_size()
395 protect_tlv_size = boot_img_hdr(state, slot)->ih_protect_tlv_size; in boot_read_image_size()
Dram_load.c327 hdr = boot_img_hdr(state, active_slot); in boot_load_image_to_sram()
Dswap_offset.c779 off = BOOT_TLV_OFF(boot_img_hdr(state, slot));
791 protect_tlv_size = boot_img_hdr(state, slot)->ih_protect_tlv_size;
Dbootutil_priv.h419 boot_img_hdr(struct boot_loader_state *state, size_t slot) in boot_img_hdr() function