Home
last modified time | relevance | path

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

/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c270 uint32_t src_size = 0; in decrypt_image_inplace() local
271 rc = read_image_size(fa_p,hdr, &src_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.c1493 uint32_t src_size = 0; local
1494 rc = boot_read_image_size(state, BOOT_SECONDARY_SLOT, &src_size);
1518 if ((size + this_size) >= src_size) {
1519 size += src_size - size;