/mcuboot-latest/docs/ |
D | readme-mbed.md | 25 …read and write sizes (granularities) are _no larger than_ 16 byte, which MCUboot's read/write oper…
|
D | readme-nuttx.md | 21 …vers using standard POSIX filesystem operations (e.g. `open()` / `close()` / `read()` / `write()`). 52 …, if one task calls `flash_area_open` and another task calls `flash_area_<read/write/close>` passi…
|
D | PORTING.md | 13 get the flash's minimum write size, and read/write/erase individual sectors. 156 /*< What is value is read from erased flash bytes. */
|
D | readme-espressif.md | 367 the use of Download Mode functions to simple flash read, write and erase operations.* 455 burning on the device, all read and write operations are decrypted/encrypted in runtime. 515 use of Download Mode functions to simple flash read, write and erase operations.* 538 First ensure that the application image is able to perform encrypted read and write operations to 558 First ensure that the application image is able to perform encrypted read and write operations to 633 Encryption is enabled all read/write operations are decrypted/encrypted in runtime, so as e.g. if
|
D | imgtool.md | 138 -R, --erased-val [0|0xff] The value that is read back from erased
|
/mcuboot-latest/boot/boot_serial/include/boot_serial/ |
D | boot_serial.h | 36 int (*read)(char *str, int cnt, int *newline); member
|
/mcuboot-latest/ci/fih_test_docker/ |
D | damage_image.py | 51 ) = struct.unpack('<IIHHIIBBHII', in_file.read(IMAGE_HEADER_SIZE)) 80 (i.it_magic, i.it_tlv_tot) = struct.unpack('<HH', in_file.read(4)) 101 (tlv.it_type, _, tlv.it_len) = struct.unpack('<BBH', in_file.read(4)) 102 (tlv.it_value) = struct.unpack('<{:d}s'.format(tlv.it_len), in_file.read(tlv.it_len)) 196 out_file_content = bytearray(in_file.read())
|
/mcuboot-latest/ci/ |
D | get_features.py | 33 cargo_toml = open(args.infile).read()
|
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | ecc_platform_specific.c | 91 ssize_t bytes_read = read(fd, ptr, left); in default_CSPRNG()
|
/mcuboot-latest/sim/simflash/src/ |
D | lib.rs | 57 fn read(&self, offset: usize, data: &mut [u8]) -> Result<()>; in read() method 220 fn read(&self, offset: usize, data: &mut [u8]) -> Result<()> { in read() method 336 flash.read(0, &mut buf).unwrap(); in test_device() 340 flash.read(0, &mut buf).unwrap(); in test_device() 356 flash.read(sector.base, &mut buf).unwrap(); in test_device()
|
/mcuboot-latest/boot/mbed/src/ |
D | flash_map_backend.cpp | 161 int ret = bd->read(dst, off, len); in flash_area_read() 179 int ret = bd->read(buffer, off + len, read_size); in flash_area_read()
|
/mcuboot-latest/scripts/imgtool/keys/ |
D | __init__.py | 50 raw_pem = f.read()
|
/mcuboot-latest/boot/mynewt/src/ |
D | main.c | 65 .read = boot_read,
|
/mcuboot-latest/boot/espressif/ |
D | main.c | 24 .read = console_read,
|
/mcuboot-latest/scripts/ |
D | assemble.py | 93 ibuf = rfd.read()
|
/mcuboot-latest/ext/fiat/ |
D | README.md | 44 specialization machinery. It may be helpful to first read about the less messy
|
/mcuboot-latest/boot/zephyr/ |
D | main.c | 78 .read = console_read,
|
D | Kconfig | 104 When possible to map storage device, at least for read operations, 107 space or using its own DMA. This reduces flash read overhead done 447 after being decrypted from the image TLVs and could be read by an 476 bool "Images are read from flash partitions defined at runtime"
|
/mcuboot-latest/sim/src/ |
D | image.rs | 1939 dev.read(offset, &mut enc).unwrap(); in install_image() 1951 dev.read(offset, &mut copy).unwrap(); in install_image() 1963 dev.read(offset, &mut copy).unwrap(); in install_image() 1973 dev.read(offset, &mut enc).unwrap(); in install_image() 2074 dev.read(offset, &mut copy).unwrap(); in verify_image() 2080 dev.read(offset_offset, &mut copy_offset).unwrap(); in verify_image() 2124 dev.read(offset, &mut copy).unwrap(); in verify_trailer()
|
/mcuboot-latest/scripts/imgtool/ |
D | dumpinfo.py | 134 b = f.read()
|
D | image.py | 347 self.infile_data = f.read() 807 b = f.read()
|
D | main.py | 91 signature = base64.b64decode(f.read())
|
/mcuboot-latest/sim/mcuboot-sys/src/ |
D | api.rs | 290 rc = map_err(dev.read(offset as usize, &mut buf)); in sim_flash_read()
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | ExternalMemory.md | 57 …required GPIO configurations, SMIF IP block configurations, SFDP protocol read and memory-config s…
|
/mcuboot-latest/boot/nuttx/src/flash_map_backend/ |
D | flash_map_backend.c | 435 nbytes = read(dev->fd, dst, len); in flash_area_read()
|