Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dtlv.c95 bootutil_tlv_iter_next(struct image_tlv_iter *it, uint32_t *off, uint16_t *len, in bootutil_tlv_iter_next() function
Dimage_validate.c336 rc = bootutil_tlv_iter_next(&it, &off, &len, NULL); in bootutil_get_img_security_cnt()
444 rc = bootutil_tlv_iter_next(&it, &off, &len, &type); in bootutil_img_validate()
Dboot_record.c152 rc = bootutil_tlv_iter_next(&it, &offset, &len, &type); in boot_save_boot_status()
Dencrypted.c662 rc = bootutil_tlv_iter_next(&it, &off, &len, NULL); in boot_enc_load()
Dloader.c562 rc = bootutil_tlv_iter_next(&it, &off, &len, NULL); in boot_verify_slot_dependencies()
/mcuboot-latest/boot/bootutil/include/bootutil/
Dimage.h216 int bootutil_tlv_iter_next(struct image_tlv_iter *it, uint32_t *off,
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c1463 rc = bootutil_tlv_iter_next(&it, &offset, &len, &type); in boot_serial_get_hash()