Searched defs:sz (Results 1 – 7 of 7) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | swap_offset.c | 52 #define BOOT_COPY_REGION(state, fap_pri, fap_sec, pri_off, sec_off, sz, sector_off) \ argument 55 #define BOOT_COPY_REGION(state, fap_pri, fap_sec, pri_off, sec_off, sz, sector_off) \ argument 62 uint32_t sz; in find_last_idx() local 85 uint32_t sz; local 315 uint32_t sz = 0; local 455 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, 620 uint32_t sz; local
|
D | swap_move.c | 54 uint32_t sz; in find_last_idx() local 77 uint32_t sz; in boot_read_image_header() local 239 uint32_t sz = 0; in app_max_sectors() local 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() 521 uint32_t sz; in swap_run() local
|
D | swap_scratch.c | 430 uint32_t sz; in boot_copy_sz() local 546 boot_swap_sectors(int idx, uint32_t sz, struct boot_loader_state *state, in boot_swap_sectors() 751 uint32_t sz; in swap_run() local
|
D | swap_misc.c | 43 uint32_t sz; in swap_erase_trailer_sectors() local
|
D | loader.c | 114 #define BOOT_COPY_REGION(state, fap_pri, fap_sec, pri_off, sec_off, sz, sector_off) \ argument 117 #define BOOT_COPY_REGION(state, fap_pri, fap_sec, pri_off, sec_off, sz, sector_off) \ argument 1280 boot_erase_region(const struct flash_area *fap, uint32_t off, uint32_t sz) 1322 uint32_t off_src, uint32_t off_dst, uint32_t sz, uint32_t sector_off) 1487 uint32_t sz; local
|
D | encrypted.c | 705 uint32_t sz, uint32_t blk_off, uint8_t *buf) in boot_enc_encrypt() 728 uint32_t sz, uint32_t blk_off, uint8_t *buf) in boot_enc_decrypt()
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial_encryption.c | 131 uint32_t off, uint32_t sz) in decrypt_region_inplace()
|