Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dbootutil_public.c196 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()
Dswap_misc.c173 if (bootutil_buffer_is_erased(fap, &swap_info, sizeof swap_info)) { in swap_read_status()
Dbootutil_priv.h354 bool bootutil_buffer_is_erased(const struct flash_area *area,
Dswap_move.c176 if (bootutil_buffer_is_erased(fap, &status, 1)) { in swap_read_status_bytes()
Dswap_scratch.c85 if (bootutil_buffer_is_erased(fap, &status, 1)) { in swap_read_status_bytes()
Dswap_offset.c262 if (bootutil_buffer_is_erased(fap, &status, 1)) {