Searched defs:idx (Results 1 – 11 of 11) sorted by relevance
/mcuboot-latest/boot/zephyr/ |
D | flash_map_legacy.c | 60 int flash_area_get_sectors(int idx, uint32_t *cnt, struct flash_sector *ret) in flash_area_get_sectors()
|
/mcuboot-latest/boot/bootutil/src/ |
D | swap_move.c | 387 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
|
D | loader.c | 474 for (int idx = 0; idx < BOOT_IMAGE_NUMBER; idx++) { in boot_verify_dependencies() local 1306 uint16_t idx; local 2859 uint16_t idx; local
|
D | swap_scratch.c | 546 boot_swap_sectors(int idx, uint32_t sz, struct boot_loader_state *state, in boot_swap_sectors()
|
D | bootutil_priv.h | 87 uint32_t idx; /* Which area we're operating on */ member
|
/mcuboot-latest/boot/cypress/cy_flash_pal/ |
D | cy_flash_map.c | 381 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/ |
D | image.h | 183 #define MUST_DECRYPT(fap, idx, hdr) \ argument 189 #define MUST_DECOMPRESS(fap, idx, hdr) \ argument
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial_encryption.c | 126 uint16_t idx; in decrypt_region_inplace() local
|
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_ctr_prng.c | 252 static unsigned int executePRNG_TestVector(PRNG_Vector vector, unsigned int idx) in executePRNG_TestVector()
|
/mcuboot-latest/boot/espressif/port/ |
D | esp_mcuboot.c | 411 int flash_area_to_sectors(int idx, int *cnt, struct flash_area *fa) in flash_area_to_sectors()
|
/mcuboot-latest/sim/mcuboot-sys/csupport/ |
D | run.c | 370 int flash_area_to_sectors(int idx, int *cnt, struct flash_area *ret) in flash_area_to_sectors()
|