Searched refs:bootutil_buffer_is_erased (Results 1 – 6 of 6) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_public.c | 196 bool bootutil_buffer_is_erased(const struct flash_area *area, in bootutil_buffer_is_erased() function 226 if (bootutil_buffer_is_erased(fap, flag, sizeof *flag)) { in boot_read_flag() 256 if (bootutil_buffer_is_erased(fap, magic, BOOT_MAGIC_SZ)) { in boot_read_swap_state() 272 if (bootutil_buffer_is_erased(fap, &swap_info, sizeof swap_info) || in boot_read_swap_state()
|
D | swap_misc.c | 173 if (bootutil_buffer_is_erased(fap, &swap_info, sizeof swap_info)) { in swap_read_status()
|
D | bootutil_priv.h | 354 bool bootutil_buffer_is_erased(const struct flash_area *area,
|
D | swap_move.c | 176 if (bootutil_buffer_is_erased(fap, &status, 1)) { in swap_read_status_bytes()
|
D | swap_scratch.c | 85 if (bootutil_buffer_is_erased(fap, &status, 1)) { in swap_read_status_bytes()
|
D | swap_offset.c | 262 if (bootutil_buffer_is_erased(fap, &status, 1)) {
|