Home
last modified time | relevance | path

Searched refs:sector_off (Results 1 – 4 of 4) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dimage_validate.c92 uint32_t sector_off = 0; in bootutil_img_hash() local
132 sector_off = boot_get_state_secondary_offset(state, fap) + start_offset; in bootutil_img_hash()
134 sector_off = boot_get_state_secondary_offset(state, fap); in bootutil_img_hash()
184 rc = flash_area_read(fap, off + sector_off, tmp_buf, blk_sz); in bootutil_img_hash()
Dswap_offset.c52 #define BOOT_COPY_REGION(state, fap_pri, fap_sec, pri_off, sec_off, sz, sector_off) \ argument
53 boot_copy_region(state, fap_pri, fap_sec, pri_off, sec_off, sz, sector_off)
55 #define BOOT_COPY_REGION(state, fap_pri, fap_sec, pri_off, sec_off, sz, sector_off) \ argument
Dbootutil_priv.h330 uint32_t off_src, uint32_t off_dst, uint32_t sz, uint32_t sector_off);
Dloader.c114 #define BOOT_COPY_REGION(state, fap_pri, fap_sec, pri_off, sec_off, sz, sector_off) \ argument
115 boot_copy_region(state, fap_pri, fap_sec, pri_off, sec_off, sz, sector_off)
117 #define BOOT_COPY_REGION(state, fap_pri, fap_sec, pri_off, sec_off, sz, sector_off) \ argument
1322 uint32_t off_src, uint32_t off_dst, uint32_t sz, uint32_t sector_off) argument
1398 uint32_t abs_off = off - sector_off + bytes_copied;