/mcuboot-latest/boot/bootutil/src/ |
D | tlv.c | 95 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()
|
D | bootutil_public.c | 195 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
|
D | bootutil_misc.c | 256 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
|
D | swap_misc.c | 42 uint32_t off; in swap_erase_trailer_sectors() local 134 uint32_t off; in swap_read_status() local
|
D | image_validate.c | 74 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
|
D | encrypted.c | 247 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()
|
D | swap_move.c | 76 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
|
D | loader.c | 543 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
|
D | swap_scratch.c | 60 uint32_t off; in swap_read_status_bytes() local
|
/mcuboot-latest/boot/espressif/port/ |
D | esp_mcuboot.c | 190 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/ |
D | flash_map_backend.cpp | 133 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/ |
D | flash_map_backend.c | 400 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/ |
D | cy_flash_map.c | 225 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/ |
D | flash_map_extended.c | 126 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/ |
D | test_ctr_mode.c | 84 uint32_t off = 0; in test_1_and_2() local
|
/mcuboot-latest/boot/mynewt/flash_map_backend/src/ |
D | flash_map_extended.c | 52 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/ |
D | boot_serial_upload_bigger_image.c | 31 int off; in TEST_CASE() local
|
/mcuboot-latest/sim/mcuboot-sys/csupport/ |
D | run.c | 337 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/ |
D | boot_serial_encryption.c | 64 uint32_t off; in read_image_size() local 119 uint32_t off, uint32_t sz) in decrypt_region_inplace()
|
D | boot_serial.c | 224 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/ |
D | flash_map_backend.h | 55 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/ |
D | area.rs | 208 pub off: u32, field
|
/mcuboot-latest/sim/src/ |
D | image.rs | 1388 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
|