Home
last modified time | relevance | path

Searched refs:protect_tlv_size (Results 1 – 4 of 4) sorted by relevance

/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c65 uint32_t protect_tlv_size; in read_image_size() local
75 protect_tlv_size = hdr->ih_protect_tlv_size; in read_image_size()
77 if (protect_tlv_size != info.it_tlv_tot) { in read_image_size()
86 } else if (protect_tlv_size != 0) { in read_image_size()
96 *size = off + protect_tlv_size + info.it_tlv_tot; in read_image_size()
/mcuboot-latest/sim/mcuboot-sys/src/
Dapi.rs46 protect_tlv_size: u16, field
/mcuboot-latest/boot/bootutil/src/
Dloader.c614 uint32_t protect_tlv_size; in boot_read_image_size() local
636 protect_tlv_size = boot_img_hdr(state, slot)->ih_protect_tlv_size; in boot_read_image_size()
638 if (protect_tlv_size != info.it_tlv_tot) { in boot_read_image_size()
647 } else if (protect_tlv_size != 0) { in boot_read_image_size()
657 *size = off + protect_tlv_size + info.it_tlv_tot; in boot_read_image_size()
/mcuboot-latest/sim/src/
Dimage.rs1815 protect_tlv_size: tlv.protect_size(), in install_image()
2190 protect_tlv_size: u16, field