Home
last modified time | relevance | path

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

/mcuboot-2.7.6/boot/bootutil/src/
Dtlv.c120 if (it->type == IMAGE_TLV_ANY || tlv.it_type == it->type) { in bootutil_tlv_iter_next()
Dboot_record.c150 rc = bootutil_tlv_iter_begin(&it, hdr, fap, IMAGE_TLV_ANY, false); in boot_save_boot_status()
Dimage_validate.c371 rc = bootutil_tlv_iter_begin(&it, hdr, fap, IMAGE_TLV_ANY, false); in bootutil_img_validate()
/mcuboot-2.7.6/boot/bootutil/include/bootutil/
Dimage.h109 #define IMAGE_TLV_ANY 0xffff /* Used to iterate over all TLV */ macro