Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dswap_misc.c62 return BOOT_EFLASH; in swap_erase_trailer_sectors()
161 return BOOT_EFLASH; in swap_read_status()
169 rc = BOOT_EFLASH; in swap_read_status()
197 return BOOT_EFLASH; in swap_set_copy_done()
215 return BOOT_EFLASH; in swap_set_image_ok()
220 rc = BOOT_EFLASH; in swap_set_image_ok()
Dbootutil_public.c224 return BOOT_EFLASH; in boot_read_flag()
254 return BOOT_EFLASH; in boot_read_swap_state()
265 return BOOT_EFLASH; in boot_read_swap_state()
280 return BOOT_EFLASH; in boot_read_swap_state()
294 return BOOT_EFLASH; in boot_read_swap_state_by_id()
333 return BOOT_EFLASH; in boot_write_magic()
365 return BOOT_EFLASH; in boot_write_trailer()
441 if (rc == BOOT_EFLASH) { in boot_swap_type_multi()
691 return BOOT_EFLASH; in boot_set_pending_multi()
736 return BOOT_EFLASH; in boot_set_confirmed_multi()
[all …]
Dbootutil_misc.c327 return BOOT_EFLASH; in boot_write_enc_key()
384 rc = BOOT_EFLASH; in boot_read_image_size()
391 rc = BOOT_EFLASH; in boot_read_image_size()
403 rc = BOOT_EFLASH; in boot_read_image_size()
Dswap_offset.c109 rc = BOOT_EFLASH;
182 rc = BOOT_EFLASH;
188 rc = BOOT_EFLASH;
202 rc = BOOT_EFLASH;
259 return BOOT_EFLASH;
775 rc = BOOT_EFLASH;
787 rc = BOOT_EFLASH;
800 rc = BOOT_EFLASH;
Dswap_move.c91 rc = BOOT_EFLASH; in boot_read_image_header()
121 rc = BOOT_EFLASH; in boot_read_image_header()
127 rc = BOOT_EFLASH; in boot_read_image_header()
173 return BOOT_EFLASH; in swap_read_status_bytes()
Dram_load.c145 return BOOT_EFLASH; in boot_decrypt_and_copy_image_to_sram()
224 return BOOT_EFLASH; in boot_copy_image_to_sram()
Dswap_scratch.c82 return BOOT_EFLASH; in swap_read_status_bytes()
919 rc = BOOT_EFLASH; in boot_read_image_header()
927 rc = BOOT_EFLASH; in boot_read_image_header()
971 rc = BOOT_EFLASH; in boot_read_image_header()
Dloader.c344 return BOOT_EFLASH; in boot_initialize_area()
372 return BOOT_EFLASH; in boot_read_sectors_recovery()
557 rc = BOOT_EFLASH; in boot_verify_slot_dependencies()
588 rc = BOOT_EFLASH; in boot_verify_slot_dependencies()
654 return BOOT_EFLASH; in boot_read_sectors()
666 return BOOT_EFLASH; in boot_read_sectors()
751 return BOOT_EFLASH; in boot_write_status()
767 rc = BOOT_EFLASH; in boot_write_status()
1214 rc = BOOT_EFLASH;
1390 return BOOT_EFLASH;
[all …]
Dimage_validate.c401 return BOOT_EFLASH; in bootutil_get_img_security_cnt()
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c83 rc = BOOT_EFLASH; in read_image_size()
95 rc = BOOT_EFLASH; in read_image_size()
156 return BOOT_EFLASH; in decrypt_region_inplace()
192 return BOOT_EFLASH; in decrypt_region_inplace()
196 return BOOT_EFLASH; in decrypt_region_inplace()
/mcuboot-latest/boot/espressif/
Dmain.c70 rc = BOOT_EFLASH; in read_image_header()
75 rc = BOOT_EFLASH; in read_image_header()
/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_public.h114 #define BOOT_EFLASH 1 macro