Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dboot_record.c136 size_t record_len = 0; in boot_save_boot_status() local
175 record_len = len; in boot_save_boot_status()
206 if (record_len < sizeof(image_hash)) { in boot_save_boot_status()
218 offset = record_len - sizeof(image_hash); in boot_save_boot_status()
228 record_len, in boot_save_boot_status()