/mcuboot-2.7.6/boot/bootutil/src/ |
D | bootutil_priv.h | 153 #define BOOT_LOG_IMAGE_INFO(slot, hdr) \ argument 333 #define BOOT_IMG(state, slot) ((state)->imgs[BOOT_CURR_IMG(state)][(slot)]) argument 334 #define BOOT_IMG_AREA(state, slot) (BOOT_IMG(state, slot).area) argument 345 boot_img_hdr(struct boot_loader_state *state, size_t slot) in boot_img_hdr() 351 boot_img_num_sectors(const struct boot_loader_state *state, size_t slot) in boot_img_num_sectors() 360 boot_img_slot_off(struct boot_loader_state *state, size_t slot) in boot_img_slot_off() 369 size_t slot, size_t sector) in boot_img_sector_size() 379 boot_img_sector_off(const struct boot_loader_state *state, size_t slot, in boot_img_sector_off() 390 size_t slot, size_t sector) in boot_img_sector_size() 396 boot_img_sector_off(const struct boot_loader_state *state, size_t slot, in boot_img_sector_off()
|
D | bootutil_misc.c | 177 boot_enc_key_off(const struct flash_area *fap, uint8_t slot) in boot_enc_key_off() 262 boot_read_enc_key(int image_index, uint8_t slot, struct boot_status *bs) in boot_read_enc_key() 323 boot_write_enc_key(const struct flash_area *fap, uint8_t slot, in boot_write_enc_key()
|
D | loader.c | 204 uint32_t slot; in close_all_flash_areas() local 223 boot_read_image_size(struct boot_loader_state *state, int slot, uint32_t *size) in boot_read_image_size() 586 boot_check_header_erased(struct boot_loader_state *state, int slot) in boot_check_header_erased() 702 boot_validate_slot(struct boot_loader_state *state, int slot, in boot_validate_slot() 797 boot_update_security_counter(uint8_t image_index, int slot, in boot_update_security_counter() 1166 uint8_t slot; in boot_swap_image() local 1339 boot_verify_slot_dependencies(struct boot_loader_state *state, uint32_t slot) in boot_verify_slot_dependencies() 1408 uint8_t slot; in boot_verify_dependencies() local 1843 size_t slot; local 2148 uint32_t slot; local [all …]
|
D | encrypted.c | 401 boot_enc_init(struct enc_key_data *enc_state, uint8_t slot) in boot_enc_init() 408 boot_enc_drop(struct enc_key_data *enc_state, uint8_t slot) in boot_enc_drop() 415 boot_enc_set_key(struct enc_key_data *enc_state, uint8_t slot, in boot_enc_set_key() 663 uint8_t slot; in boot_enc_load() local 762 uint8_t slot; in boot_enc_zeroize() local
|
D | swap_misc.c | 38 uint8_t slot; in swap_erase_trailer_sectors() local
|
D | swap_move.c | 53 boot_read_image_header(struct boot_loader_state *state, int slot, in boot_read_image_header()
|
D | swap_scratch.c | 51 boot_read_image_header(struct boot_loader_state *state, int slot, in boot_read_image_header()
|
D | bootutil_public.c | 196 boot_enc_key_off(const struct flash_area *fap, uint8_t slot) in boot_enc_key_off()
|
/mcuboot-2.7.6/boot/mynewt/flash_map_backend/src/ |
D | flash_map_extended.c | 23 int flash_area_id_from_multi_image_slot(int image_index, int slot) in flash_area_id_from_multi_image_slot()
|
/mcuboot-2.7.6/boot/zephyr/ |
D | flash_map_extended.c | 56 int flash_area_id_from_multi_image_slot(int image_index, int slot) in flash_area_id_from_multi_image_slot() 71 int flash_area_id_from_image_slot(int slot) in flash_area_id_from_image_slot()
|
D | main.c | 246 static void copy_img_to_SRAM(int slot, unsigned int hdr_offset) in copy_img_to_SRAM()
|
/mcuboot-2.7.6/boot/mbed/src/ |
D | flash_map_backend.cpp | 223 int flash_area_id_from_image_slot(int slot) { in flash_area_id_from_image_slot() 234 int flash_area_id_from_multi_image_slot(int image_index, int slot) in flash_area_id_from_multi_image_slot()
|
/mcuboot-2.7.6/sim/mcuboot-sys/csupport/ |
D | run.c | 276 int flash_area_id_from_multi_image_slot(int image_index, int slot) in flash_area_id_from_multi_image_slot() 352 struct area *slot; in flash_area_to_sectors() local 382 struct area *slot; in flash_area_get_sectors() local
|
/mcuboot-2.7.6/sim/src/ |
D | depends.rs | 41 let slot = if self.test.downgrade { in my_version() localVariable 139 let slot = if self.test.downgrade { in my_version() localVariable
|
/mcuboot-2.7.6/boot/cypress/cy_flash_pal/ |
D | cy_flash_map.c | 413 int flash_area_id_from_multi_image_slot(int image_index, int slot) in flash_area_id_from_multi_image_slot() 424 int flash_area_id_from_image_slot(int slot) in flash_area_id_from_image_slot()
|
/mcuboot-2.7.6/boot/boot_serial/src/ |
D | boot_serial.c | 160 uint32_t slot, area_id; in bs_list() local
|