/mcuboot-3.6.0/boot/bootutil/src/ |
D | bootutil_misc.h | 29 boot_magic_off(const struct flash_area *fap) in boot_magic_off() 35 boot_image_ok_off(const struct flash_area *fap) in boot_image_ok_off() 41 boot_copy_done_off(const struct flash_area *fap) in boot_copy_done_off() 47 boot_swap_size_off(const struct flash_area *fap) in boot_swap_size_off()
|
D | bootutil_misc.c | 153 boot_status_entries(int image_index, const struct flash_area *fap) in boot_status_entries() 168 boot_status_off(const struct flash_area *fap) in boot_status_off() 191 boot_enc_key_off(const struct flash_area *fap, uint8_t slot) in boot_enc_key_off() 211 boot_find_status(int image_index, const struct flash_area **fap) in boot_find_status() 254 boot_read_swap_size(const struct flash_area *fap, uint32_t *swap_size) in boot_read_swap_size() 267 boot_read_enc_key(const struct flash_area *fap, uint8_t slot, struct boot_status *bs) in boot_read_enc_key() 298 boot_write_swap_size(const struct flash_area *fap, uint32_t swap_size) in boot_write_swap_size() 311 boot_write_enc_key(const struct flash_area *fap, uint8_t slot, in boot_write_enc_key() 334 uint32_t bootutil_max_image_size(const struct flash_area *fap) in bootutil_max_image_size()
|
D | swap_misc.c | 36 const struct flash_area *fap) in swap_erase_trailer_sectors() 84 const struct flash_area *fap, in swap_status_init() 133 const struct flash_area *fap; in swap_read_status() local 191 const struct flash_area *fap; in swap_set_copy_done() local 208 const struct flash_area *fap; in swap_set_image_ok() local
|
D | bootutil_public.c | 142 boot_swap_info_off(const struct flash_area *fap) in boot_swap_info_off() 195 boot_read_flag(const struct flash_area *fap, uint8_t *flag, uint32_t off) in boot_read_flag() 213 boot_read_copy_done(const struct flash_area *fap, uint8_t *copy_done) in boot_read_copy_done() 220 boot_read_swap_state(const struct flash_area *fap, in boot_read_swap_state() 266 const struct flash_area *fap; in boot_read_swap_state_by_id() local 280 boot_write_magic(const struct flash_area *fap) in boot_write_magic() 322 boot_write_trailer(const struct flash_area *fap, uint32_t off, in boot_write_trailer() 349 boot_write_trailer_flag(const struct flash_area *fap, uint32_t off, in boot_write_trailer_flag() 357 boot_write_image_ok(const struct flash_area *fap) in boot_write_image_ok() 369 boot_read_image_ok(const struct flash_area *fap, uint8_t *image_ok) in boot_read_image_ok() [all …]
|
D | tlv.c | 40 const struct flash_area *fap, uint16_t type, bool prot) in bootutil_tlv_iter_begin()
|
D | image_validate.c | 66 struct image_header *hdr, const struct flash_area *fap, in bootutil_img_hash() 283 const struct flash_area *fap, in bootutil_get_img_security_cnt() 337 struct image_header *hdr, const struct flash_area *fap, in bootutil_img_validate()
|
D | boot_record.c | 124 const struct flash_area *fap) in boot_save_boot_status() 232 int boot_save_shared_data(const struct image_header *hdr, const struct flash_area *fap, in boot_save_shared_data()
|
D | loader.c | 242 const struct flash_area *fap; in boot_read_image_size() local 435 const struct flash_area *fap; in boot_write_status() local 494 const struct flash_area *fap, struct boot_status *bs) in boot_image_check() 569 boot_is_header_valid(const struct image_header *hdr, const struct flash_area *fap) in boot_is_header_valid() 607 const struct flash_area *fap; in boot_check_header_erased() local 735 const struct flash_area *fap; in boot_validate_slot() local 869 const struct flash_area *fap = NULL; in boot_update_security_counter() local 942 boot_erase_region(const struct flash_area *fap, uint32_t off, uint32_t sz) in boot_erase_region() 1267 const struct flash_area *fap; in boot_swap_image() local 1450 const struct flash_area *fap; in boot_verify_slot_dependencies() local [all …]
|
D | swap_scratch.c | 54 const struct flash_area *fap; in boot_read_image_header() local 86 swap_read_status_bytes(const struct flash_area *fap, in swap_read_status_bytes() 829 const struct flash_area *fap; in app_max_size() local
|
D | encrypted.c | 608 const struct image_header *hdr, const struct flash_area *fap, in boot_enc_load() 665 const struct flash_area *fap) in boot_enc_valid() 681 const struct flash_area *fap, uint32_t off, uint32_t sz, in boot_encrypt()
|
D | swap_move.c | 75 const struct flash_area *fap; in boot_read_image_header() local 145 swap_read_status_bytes(const struct flash_area *fap, in swap_read_status_bytes()
|
D | bootutil_priv.h | 461 #define LOAD_IMAGE_DATA(hdr, fap, start, output, size) \ argument 467 #define LOAD_IMAGE_DATA(hdr, fap, start, output, size) \ argument
|
/mcuboot-3.6.0/boot/mbed/src/ |
D | flash_map_backend.cpp | 63 struct flash_area* fap = (struct flash_area*)*fapp; in flash_area_open() local 112 void flash_area_close(const struct flash_area* fap) { in flash_area_close() 133 int flash_area_read(const struct flash_area* fap, uint32_t off, void* dst, uint32_t len) { in flash_area_read() 191 int flash_area_write(const struct flash_area* fap, uint32_t off, const void* src, uint32_t len) { in flash_area_write() 196 int flash_area_erase(const struct flash_area* fap, uint32_t off, uint32_t len) { in flash_area_erase() 201 uint32_t flash_area_align(const struct flash_area* fap) { in flash_area_align() 206 uint8_t flash_area_erased_val(const struct flash_area* fap) { in flash_area_erased_val()
|
/mcuboot-3.6.0/boot/espressif/port/ |
D | esp_loader.c | 26 static int load_segment(const struct flash_area *fap, uint32_t data_addr, uint32_t data_len, uint32… in load_segment() 40 const struct flash_area *fap; in esp_app_image_load() local
|
/mcuboot-3.6.0/boot/cypress/cy_flash_pal/ |
D | cy_smif_psoc6.c | 74 int psoc6_smif_read(const struct flash_area *fap, in psoc6_smif_read() 95 int psoc6_smif_write(const struct flash_area *fap, in psoc6_smif_write()
|
D | cy_flash_map.c | 441 uint8_t flash_area_erased_val(const struct flash_area *fap) in flash_area_erased_val()
|
/mcuboot-3.6.0/boot/boot_serial/test/src/testcases/ |
D | boot_serial_img_msg.c | 30 const struct flash_area *fap; in TEST_CASE() local
|
D | boot_serial_upload_bigger_image.c | 34 const struct flash_area *fap; in TEST_CASE() local
|
/mcuboot-3.6.0/boot/zephyr/ |
D | flash_map_extended.c | 149 __weak uint8_t flash_area_erased_val(const struct flash_area *fap) in flash_area_erased_val() 155 int flash_area_get_sector(const struct flash_area *fap, off_t off, in flash_area_get_sector()
|
D | main.c | 234 const struct flash_area *fap; in copy_img_to_SRAM() local
|
/mcuboot-3.6.0/boot/espressif/ |
D | main.c | 63 const struct flash_area *fap; in read_image_header() local
|
/mcuboot-3.6.0/boot/boot_serial/src/ |
D | boot_serial.c | 247 const struct flash_area *fap; local 471 const struct flash_area *fap; local 595 static off_t erase_range(const struct flash_area *fap, off_t start, off_t end) 643 const struct flash_area *fap = NULL; local 1299 const struct flash_area *fap, uint8_t *hash)
|
D | boot_serial_encryption.c | 121 const struct flash_area *fap, in decrypt_region_inplace()
|
/mcuboot-3.6.0/boot/bootutil/include/bootutil/ |
D | image.h | 160 #define MUST_DECRYPT(fap, idx, hdr) \ argument 175 const struct flash_area *fap; member
|
/mcuboot-3.6.0/boot/nuttx/src/flash_map_backend/ |
D | flash_map_backend.c | 830 int flash_area_get_sector(const struct flash_area *fap, off_t off, in flash_area_get_sector()
|