Searched refs:IMAGE_TLV_ANY (Results 1 – 5 of 5) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | image_validate.c | 376 IMAGE_TLV_ANY, 429 rc = bootutil_tlv_iter_begin(&it, hdr, fap, IMAGE_TLV_ANY, false); in bootutil_img_validate() 459 for (const uint16_t *p = allowed_unprot_tlvs; *p != IMAGE_TLV_ANY; p++) { in bootutil_img_validate()
|
D | tlv.c | 120 if (it->type == IMAGE_TLV_ANY || tlv.it_type == it->type) { in bootutil_tlv_iter_next()
|
D | boot_record.c | 143 rc = bootutil_tlv_iter_begin(&it, hdr, fap, IMAGE_TLV_ANY, false); in boot_save_boot_status()
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | image.h | 137 #define IMAGE_TLV_ANY 0xffff /* Used to iterate over all TLV */ macro
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 1456 rc = bootutil_tlv_iter_begin(&it, hdr, fap, IMAGE_TLV_ANY, false); in boot_serial_get_hash()
|