Home
last modified time | relevance | path

Searched refs:BOOT_TLV_OFF (Results 1 – 7 of 7) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dtlv.c51 off_ = BOOT_TLV_OFF(hdr) + it->start_off; in bootutil_tlv_iter_begin()
53 off_ = BOOT_TLV_OFF(hdr); in bootutil_tlv_iter_begin()
Dbootutil_misc.c388 off = BOOT_TLV_OFF(boot_img_hdr(state, slot)); in boot_read_image_size()
Dram_load.c148 tlv_off = BOOT_TLV_OFF(hdr); in boot_decrypt_and_copy_image_to_sram()
Dbootutil_priv.h411 #define BOOT_TLV_OFF(hdr) ((hdr)->ih_hdr_size + (hdr)->ih_img_size) macro
Dswap_offset.c779 off = BOOT_TLV_OFF(boot_img_hdr(state, slot));
Dloader.c1421 tlv_off = BOOT_TLV_OFF(hdr);
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c80 off = BOOT_TLV_OFF(hdr); in read_image_size()
177 tlv_off = BOOT_TLV_OFF(hdr); in decrypt_region_inplace()