Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 16 of 16) sorted by relevance

/mcuboot-2.7.6/boot/bootutil/src/
Dbootutil_priv.h153 #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()
Dbootutil_misc.c177 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()
Dloader.c204 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 …]
Dencrypted.c401 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
Dswap_misc.c38 uint8_t slot; in swap_erase_trailer_sectors() local
Dswap_move.c53 boot_read_image_header(struct boot_loader_state *state, int slot, in boot_read_image_header()
Dswap_scratch.c51 boot_read_image_header(struct boot_loader_state *state, int slot, in boot_read_image_header()
Dbootutil_public.c196 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/
Dflash_map_extended.c23 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/
Dflash_map_extended.c56 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()
Dmain.c246 static void copy_img_to_SRAM(int slot, unsigned int hdr_offset) in copy_img_to_SRAM()
/mcuboot-2.7.6/boot/mbed/src/
Dflash_map_backend.cpp223 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/
Drun.c276 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/
Ddepends.rs41 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/
Dcy_flash_map.c413 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/
Dboot_serial.c160 uint32_t slot, area_id; in bs_list() local