Home
last modified time | relevance | path

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

/mcuboot-3.7.0/boot/boot_serial/src/
Dboot_serial_encryption.c223 size_t sect_count; in decrypt_image_inplace() local
273 sect_count = fa_p->fa_size / sect_size; in decrypt_image_inplace()
274 for (sect = 0, size = 0; size < src_size && sect < sect_count; sect++) { in decrypt_image_inplace()
/mcuboot-3.7.0/boot/bootutil/src/
Dloader.c1335 size_t sect_count; in boot_copy_image() local
1373 sect_count = boot_img_num_sectors(state, BOOT_PRIMARY_SLOT); in boot_copy_image()
1374 for (sect = 0, size = 0; sect < sect_count; sect++) { in boot_copy_image()