Home
last modified time | relevance | path

Searched defs:off (Results 1 – 23 of 23) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dtlv.c95 bootutil_tlv_iter_next(struct image_tlv_iter *it, uint32_t *off, uint16_t *len, in bootutil_tlv_iter_next()
147 bootutil_tlv_iter_is_prot(struct image_tlv_iter *it, uint32_t off) in bootutil_tlv_iter_is_prot()
Dbootutil_public.c195 boot_read_flag(const struct flash_area *fap, uint8_t *flag, uint32_t off) in boot_read_flag()
224 uint32_t off; in boot_read_swap_state() local
282 uint32_t off; in boot_write_magic() local
322 boot_write_trailer(const struct flash_area *fap, uint32_t off, in boot_write_trailer()
349 boot_write_trailer_flag(const struct flash_area *fap, uint32_t off, in boot_write_trailer_flag()
359 uint32_t off; in boot_write_image_ok() local
383 uint32_t off; in boot_write_swap_info() local
464 uint32_t off; in boot_write_copy_done() local
Dbootutil_misc.c256 uint32_t off; in boot_read_swap_size() local
269 uint32_t off; in boot_read_enc_key() local
300 uint32_t off; in boot_write_swap_size() local
314 uint32_t off; in boot_write_enc_key() local
Dswap_misc.c42 uint32_t off; in swap_erase_trailer_sectors() local
134 uint32_t off; in swap_read_status() local
Dimage_validate.c74 uint32_t off; in bootutil_img_hash() local
311 uint32_t off; in bootutil_get_img_security_cnt() local
390 uint32_t off; in bootutil_img_validate() local
Dencrypted.c247 uint16_t off; in hkdf() local
639 uint32_t off; in boot_enc_load() local
691 boot_enc_encrypt(struct enc_key_data *enc_state, int slot, uint32_t off, in boot_enc_encrypt()
714 boot_enc_decrypt(struct enc_key_data *enc_state, int slot, uint32_t off, in boot_enc_decrypt()
Dswap_move.c76 uint32_t off; in boot_read_image_header() local
148 uint32_t off; in swap_read_status_bytes() local
223 uint32_t off; in boot_status_internal_off() local
Dloader.c543 uint32_t off; in boot_verify_slot_dependencies() local
613 uint32_t off; in boot_read_image_size() local
767 uint32_t off; in boot_write_status() local
1257 boot_erase_region(const struct flash_area *fap, uint32_t off, uint32_t sz)
1302 uint32_t off = off_dst; local
1450 uint32_t off; local
Dswap_scratch.c60 uint32_t off; in swap_read_status_bytes() local
/mcuboot-latest/boot/espressif/port/
Desp_mcuboot.c190 int flash_area_read(const struct flash_area *fa, uint32_t off, void *dst, in flash_area_read()
272 int flash_area_write(const struct flash_area *fa, uint32_t off, const void *src, in flash_area_write()
297 int flash_area_erase(const struct flash_area *fa, uint32_t off, uint32_t len) in flash_area_erase()
364 for (size_t off = 0; off < fa->fa_size; off += sector_size) { in flash_area_get_sectors() local
375 int flash_area_sector_from_off(uint32_t off, struct flash_sector *sector) in flash_area_sector_from_off()
383 int flash_area_get_sector(const struct flash_area *fa, uint32_t off, in flash_area_get_sector()
/mcuboot-latest/boot/mbed/src/
Dflash_map_backend.cpp133 int flash_area_read(const struct flash_area* fap, uint32_t off, void* dst, uint32_t len) { in flash_area_read()
191 int flash_area_write(const struct flash_area* fap, uint32_t off, const void* src, uint32_t len) { in flash_area_write()
196 int flash_area_erase(const struct flash_area* fap, uint32_t off, uint32_t len) { in flash_area_erase()
/mcuboot-latest/boot/nuttx/src/flash_map_backend/
Dflash_map_backend.c400 int flash_area_read(const struct flash_area *fa, uint32_t off, in flash_area_read()
468 int flash_area_write(const struct flash_area *fa, uint32_t off, in flash_area_write()
535 int flash_area_erase(const struct flash_area *fa, uint32_t off, uint32_t len) in flash_area_erase()
665 size_t off; in flash_area_get_sectors() local
830 int flash_area_get_sector(const struct flash_area *fap, off_t off, in flash_area_get_sector()
/mcuboot-latest/boot/cypress/cy_flash_pal/
Dcy_flash_map.c225 int flash_area_read(const struct flash_area *fa, uint32_t off, void *dst, in flash_area_read()
263 int flash_area_write(const struct flash_area *fa, uint32_t off, in flash_area_write()
315 int flash_area_erase(const struct flash_area *fa, uint32_t off, uint32_t len) in flash_area_erase()
463 int flash_area_read_is_empty(const struct flash_area *fa, uint32_t off, in flash_area_read_is_empty()
/mcuboot-latest/boot/zephyr/
Dflash_map_extended.c126 int flash_area_sector_from_off(off_t off, struct flash_sector *sector) in flash_area_sector_from_off()
159 int flash_area_get_sector(const struct flash_area *fap, off_t off, in flash_area_get_sector()
/mcuboot-latest/ext/tinycrypt/tests/
Dtest_ctr_mode.c84 uint32_t off = 0; in test_1_and_2() local
/mcuboot-latest/boot/mynewt/flash_map_backend/src/
Dflash_map_extended.c52 int flash_area_sector_from_off(off_t off, struct flash_sector *sector) in flash_area_sector_from_off()
/mcuboot-latest/boot/boot_serial/test/src/testcases/
Dboot_serial_upload_bigger_image.c31 int off; in TEST_CASE() local
/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c337 int flash_area_read(const struct flash_area *area, uint32_t off, void *dst, in flash_area_read()
345 int flash_area_write(const struct flash_area *area, uint32_t off, const void *src, in flash_area_write()
358 int flash_area_erase(const struct flash_area *area, uint32_t off, uint32_t len) in flash_area_erase()
451 int flash_area_sector_from_off(uint32_t off, struct flash_sector *sector) in flash_area_sector_from_off()
484 int flash_area_get_sector(const struct flash_area *fa, uint32_t off, in flash_area_get_sector()
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c64 uint32_t off; in read_image_size() local
119 uint32_t off, uint32_t sz) in decrypt_region_inplace()
Dboot_serial.c224 int off; in bs_list_img_ver() local
1347 int off; in boot_serial_read_console() local
/mcuboot-latest/boot/mynewt/flash_map_backend/include/flash_map_backend/
Dflash_map_backend.h55 static inline int flash_area_get_sector(const struct flash_area *fa, off_t off, in flash_area_get_sector()
/mcuboot-latest/sim/mcuboot-sys/src/
Darea.rs208 pub off: u32, field
/mcuboot-latest/sim/src/
Dimage.rs1388 let off = &image.slots[slot].base_off; in mark_bad_status_with_rate() localVariable
2269 let off = slot.trailer_off + c::boot_max_align() * 3; in mark_permanent_upgrade() localVariable