Home
last modified time | relevance | path

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

/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c231 size_t sect_count; in decrypt_image_inplace() local
281 sect_count = fa_p->fa_size / sect_size; in decrypt_image_inplace()
282 for (sect = 0, size = 0; size < src_size && sect < sect_count; sect++) { in decrypt_image_inplace()
/mcuboot-latest/boot/bootutil/src/
Dloader.c1473 size_t sect_count; local
1511 sect_count = boot_img_num_sectors(state, BOOT_PRIMARY_SLOT);
1512 for (sect = 0, size = 0; sect < sect_count; sect++) {