Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 11 of 11) 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
Dloader.c474 for (int idx = 0; idx < BOOT_IMAGE_NUMBER; idx++) { in boot_verify_dependencies() local
1306 uint16_t idx; local
2859 uint16_t idx; local
Dswap_scratch.c546 boot_swap_sectors(int idx, uint32_t sz, struct boot_loader_state *state, in boot_swap_sectors()
Dbootutil_priv.h87 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.h183 #define MUST_DECRYPT(fap, idx, hdr) \ argument
189 #define MUST_DECOMPRESS(fap, idx, hdr) \ argument
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c126 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.c411 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.c370 int flash_area_to_sectors(int idx, int *cnt, struct flash_area *ret) in flash_area_to_sectors()