Searched refs:bootutil_tlv_iter_next (Results 1 – 7 of 7) sorted by relevance
| /mcuboot-latest/boot/bootutil/src/ |
| D | tlv.c | 101 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 | 388 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()
|
| D | boot_record.c | 159 rc = bootutil_tlv_iter_next(&it, &offset, &len, &type); in boot_save_boot_status()
|
| D | encrypted.c | 675 rc = bootutil_tlv_iter_next(&it, &off, &len, NULL); in boot_enc_load()
|
| D | loader.c | 572 rc = bootutil_tlv_iter_next(&it, &off, &len, NULL); in boot_verify_slot_dependencies()
|
| /mcuboot-latest/boot/bootutil/include/bootutil/ |
| D | image.h | 227 int bootutil_tlv_iter_next(struct image_tlv_iter *it, uint32_t *off,
|
| /mcuboot-latest/boot/boot_serial/src/ |
| D | boot_serial.c | 1628 rc = bootutil_tlv_iter_next(&it, &offset, &len, &type); in boot_serial_get_hash()
|