Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dswap_scratch.c149 size_t scratch_sz; in boot_slots_compatible() local
163 scratch_sz = boot_scratch_area_size(state); in boot_slots_compatible()
222 if (sz0 > scratch_sz || sz1 > scratch_sz) { in boot_slots_compatible()
428 size_t scratch_sz; in boot_copy_sz() local
435 scratch_sz = boot_scratch_area_size(state); in boot_copy_sz()
443 if (new_sz > scratch_sz) { in boot_copy_sz()
781 size_t scratch_sz; in app_max_size() local
790 scratch_sz = boot_scratch_area_size(state); in app_max_size()
839 if (sz0 > scratch_sz || sz1 > scratch_sz) { in app_max_size()