Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dram_load.c135 uint32_t max_sz = 1024; in boot_decrypt_and_copy_image_to_sram() local
168 if (src_sz - bytes_copied > max_sz) { in boot_decrypt_and_copy_image_to_sram()
169 chunk_sz = max_sz; in boot_decrypt_and_copy_image_to_sram()