Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dtlv.c101 bootutil_tlv_iter_next(struct image_tlv_iter *it, uint32_t *off, uint16_t *len, in bootutil_tlv_iter_next()
153 bootutil_tlv_iter_is_prot(struct image_tlv_iter *it, uint32_t off) in bootutil_tlv_iter_is_prot()
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
372 uint32_t off; in boot_read_image_size() local
Dbootutil_public.c218 boot_read_flag(const struct flash_area *fap, uint8_t *flag, uint32_t off) in boot_read_flag()
247 uint32_t off; in boot_read_swap_state() local
305 uint32_t off; in boot_write_magic() local
345 boot_write_trailer(const struct flash_area *fap, uint32_t off, in boot_write_trailer()
372 boot_write_trailer_flag(const struct flash_area *fap, uint32_t off, in boot_write_trailer_flag()
382 uint32_t off; in boot_write_image_ok() local
406 uint32_t off; in boot_write_swap_info() local
492 uint32_t off; in boot_write_copy_done() local
Dswap_misc.c42 uint32_t off; in swap_erase_trailer_sectors() local
134 uint32_t off; in swap_read_status() local
Dimage_validate.c84 uint32_t off; in bootutil_img_hash() local
358 uint32_t off; in bootutil_get_img_security_cnt() local
419 uint32_t off; in bootutil_check_for_pure() local
490 uint32_t off; in bootutil_img_validate() local
Dswap_offset.c84 uint32_t off = 0; local
234 uint32_t off; local
303 uint32_t off; local
762 uint32_t off; local
Dencrypted.c247 uint16_t off; in hkdf() local
644 uint32_t off; in boot_enc_load() local
704 boot_enc_encrypt(struct enc_key_data *enc_state, int slot, uint32_t off, in boot_enc_encrypt()
727 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.c549 uint32_t off; in boot_verify_slot_dependencies() local
724 uint32_t off; in boot_write_status() local
1280 boot_erase_region(const struct flash_area *fap, uint32_t off, uint32_t sz)
1334 uint32_t off = off_dst; local
1486 uint32_t off; local
Dswap_scratch.c60 uint32_t off; in swap_read_status_bytes() local
/mcuboot-latest/boot/espressif/port/
Desp_mcuboot.c198 int flash_area_read(const struct flash_area *fa, uint32_t off, void *dst, in flash_area_read()
280 int flash_area_write(const struct flash_area *fa, uint32_t off, const void *src, in flash_area_write()
305 int flash_area_erase(const struct flash_area *fa, uint32_t off, uint32_t len) in flash_area_erase()
372 for (size_t off = 0; off < fa->fa_size; off += sector_size) { in flash_area_get_sectors() local
383 int flash_area_sector_from_off(uint32_t off, struct flash_sector *sector) in flash_area_sector_from_off()
391 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.cpp134 int flash_area_read(const struct flash_area* fap, uint32_t off, void* dst, uint32_t len) { in flash_area_read()
192 int flash_area_write(const struct flash_area* fap, uint32_t off, const void* src, uint32_t len) { in flash_area_write()
197 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/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/boot/zephyr/
Dflash_map_extended.c133 int flash_area_sector_from_off(off_t off, struct flash_sector *sector) in flash_area_sector_from_off()
175 int flash_area_get_sector(const struct flash_area *fap, off_t off, in flash_area_get_sector()
/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c338 int flash_area_read(const struct flash_area *area, uint32_t off, void *dst, in flash_area_read()
346 int flash_area_write(const struct flash_area *area, uint32_t off, const void *src, in flash_area_write()
359 int flash_area_erase(const struct flash_area *area, uint32_t off, uint32_t len) in flash_area_erase()
454 int flash_area_sector_from_off(uint32_t off, struct flash_sector *sector) in flash_area_sector_from_off()
487 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.c76 uint32_t off; in read_image_size() local
131 uint32_t off, uint32_t sz) in decrypt_region_inplace()
Dboot_serial.c243 int off; in bs_list_img_ver() local
1503 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.rs1401 let off = &image.slots[slot].base_off; in mark_bad_status_with_rate() localVariable
2316 let off = slot.trailer_off + c::boot_max_align() * 3; in mark_permanent_upgrade() localVariable