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.c101 bootutil_tlv_iter_next(struct image_tlv_iter *it, uint32_t *off, uint16_t *len, in bootutil_tlv_iter_next() function
Dimage_validate.c388 rc = bootutil_tlv_iter_next(&it, &off, &len, NULL); in bootutil_get_img_security_cnt()
429 rc = bootutil_tlv_iter_next(&it, &off, &len, NULL); in bootutil_check_for_pure()
568 rc = bootutil_tlv_iter_next(&it, &off, &len, &type); in bootutil_img_validate()
Dboot_record.c159 rc = bootutil_tlv_iter_next(&it, &offset, &len, &type); in boot_save_boot_status()
Dencrypted.c675 rc = bootutil_tlv_iter_next(&it, &off, &len, NULL); in boot_enc_load()
Dloader.c572 rc = bootutil_tlv_iter_next(&it, &off, &len, NULL); in boot_verify_slot_dependencies()
/mcuboot-latest/boot/bootutil/include/bootutil/
Dimage.h227 int bootutil_tlv_iter_next(struct image_tlv_iter *it, uint32_t *off,
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c1628 rc = bootutil_tlv_iter_next(&it, &offset, &len, &type); in boot_serial_get_hash()