Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 13 of 13) sorted by relevance

/mcuboot-latest/boot/zephyr/
Dflash_map_legacy.c60 int flash_area_get_sectors(int idx, uint32_t *cnt, struct flash_sector *ret) in flash_area_get_sectors()
/mcuboot-latest/boot/bootutil/src/
Dswap_move.c387 boot_move_sector_up(int idx, uint32_t sz, struct boot_loader_state *state, in boot_move_sector_up()
430 boot_swap_sectors(int idx, uint32_t sz, struct boot_loader_state *state, in boot_swap_sectors()
523 uint32_t idx; in swap_run() local
Dswap_offset.c455 static void boot_swap_sectors(int idx, uint32_t sz, struct boot_loader_state *state,
513 static void boot_swap_sectors_revert(int idx, uint32_t sz, struct boot_loader_state *state,
622 uint32_t idx; local
Dram_load.c136 uint16_t idx; in boot_decrypt_and_copy_image_to_sram() local
Dswap_scratch.c546 boot_swap_sectors(int idx, uint32_t sz, struct boot_loader_state *state, in boot_swap_sectors()
Dloader.c485 for (int idx = 0; idx < BOOT_IMAGE_NUMBER; idx++) { in boot_verify_dependencies() local
1338 uint16_t idx; local
Dbootutil_priv.h95 uint32_t idx; /* Which area we're operating on */ member
/mcuboot-latest/boot/cypress/cy_flash_pal/
Dcy_flash_map.c381 int flash_area_to_sectors(int idx, int *cnt, struct flash_area *fa) in flash_area_to_sectors()
484 int flash_area_get_sectors(int idx, uint32_t *cnt, struct flash_sector *ret) in flash_area_get_sectors()
/mcuboot-latest/boot/bootutil/include/bootutil/
Dimage.h186 #define MUST_DECRYPT(fap, idx, hdr) \ argument
192 #define MUST_DECOMPRESS(fap, idx, hdr) \ argument
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c138 uint16_t idx; in decrypt_region_inplace() local
/mcuboot-latest/ext/tinycrypt/tests/
Dtest_ctr_prng.c252 static unsigned int executePRNG_TestVector(PRNG_Vector vector, unsigned int idx) in executePRNG_TestVector()
/mcuboot-latest/boot/espressif/port/
Desp_mcuboot.c419 int flash_area_to_sectors(int idx, int *cnt, struct flash_area *fa) in flash_area_to_sectors()
/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c371 int flash_area_to_sectors(int idx, int *cnt, struct flash_area *ret) in flash_area_to_sectors()