Home
last modified time | relevance | path

Searched defs:sz (Results 1 – 7 of 7) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dswap_offset.c52 #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
Dswap_move.c54 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
Dswap_scratch.c430 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
Dswap_misc.c43 uint32_t sz; in swap_erase_trailer_sectors() local
Dloader.c114 #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
Dencrypted.c705 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/
Dboot_serial_encryption.c131 uint32_t off, uint32_t sz) in decrypt_region_inplace()