Home
last modified time | relevance | path

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

/mcuboot-3.7.0/boot/bootutil/src/
Dloader.c102 BOOT_CURR_IMG(state), i, boot_img_hdr(state, i)); in boot_read_image_headers()
105 rc = boot_read_image_header(state, i, boot_img_hdr(state, i), bs); in boot_read_image_headers()
146 boot_img_hdr(state, active_slot), in boot_add_shared_data()
156 rc = boot_save_shared_data(boot_img_hdr(state, active_slot), in boot_add_shared_data()
208 rsp->br_hdr = boot_img_hdr(state, active_slot); in fill_rsp()
473 rc = bootutil_tlv_iter_begin(&it, boot_img_hdr(state, slot), fap, in boot_verify_slot_dependencies()
493 rc = LOAD_IMAGE_DATA(boot_img_hdr(state, slot), in boot_verify_slot_dependencies()
547 off = BOOT_TLV_OFF(boot_img_hdr(state, slot)); in boot_read_image_size()
554 protect_tlv_size = boot_img_hdr(state, slot)->ih_protect_tlv_size; in boot_read_image_size()
909 hdr = boot_img_hdr(state, slot); in boot_check_header_erased()
[all …]
Dbootutil_priv.h379 boot_img_hdr(struct boot_loader_state *state, size_t slot) in boot_img_hdr() function