Searched refs:bootutil_tlv_iter_next (Results 1 – 7 of 7) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | tlv.c | 95 bootutil_tlv_iter_next(struct image_tlv_iter *it, uint32_t *off, uint16_t *len, in bootutil_tlv_iter_next() function
|
D | image_validate.c | 336 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()
|
D | boot_record.c | 152 rc = bootutil_tlv_iter_next(&it, &offset, &len, &type); in boot_save_boot_status()
|
D | encrypted.c | 662 rc = bootutil_tlv_iter_next(&it, &off, &len, NULL); in boot_enc_load()
|
D | loader.c | 562 rc = bootutil_tlv_iter_next(&it, &off, &len, NULL); in boot_verify_slot_dependencies()
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | image.h | 216 int bootutil_tlv_iter_next(struct image_tlv_iter *it, uint32_t *off,
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 1463 rc = bootutil_tlv_iter_next(&it, &offset, &len, &type); in boot_serial_get_hash()
|