Home
last modified time | relevance | path

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

/mcuboot-3.7.0/boot/boot_serial/src/
Dboot_serial_encryption.c262 uint32_t src_size = 0; in decrypt_image_inplace() local
263 rc = read_image_size(fa_p,hdr, &src_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.c1355 uint32_t src_size = 0; in boot_copy_image() local
1356 rc = boot_read_image_size(state, BOOT_SECONDARY_SLOT, &src_size); in boot_copy_image()
1380 if ((size + this_size) >= src_size) { in boot_copy_image()
1381 size += src_size - size; in boot_copy_image()