Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dimage_validate.c376 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()
Dtlv.c120 if (it->type == IMAGE_TLV_ANY || tlv.it_type == it->type) { in bootutil_tlv_iter_next()
Dboot_record.c143 rc = bootutil_tlv_iter_begin(&it, hdr, fap, IMAGE_TLV_ANY, false); in boot_save_boot_status()
/mcuboot-latest/boot/bootutil/include/bootutil/
Dimage.h137 #define IMAGE_TLV_ANY 0xffff /* Used to iterate over all TLV */ macro
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c1456 rc = bootutil_tlv_iter_begin(&it, hdr, fap, IMAGE_TLV_ANY, false); in boot_serial_get_hash()