Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 28) sorted by relevance

12

/mcuboot-latest/docs/
Dreadme-mbed.md25read and write sizes (granularities) are _no larger than_ 16 byte, which MCUboot's read/write oper…
Dreadme-nuttx.md21 …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…
DPORTING.md13 get the flash's minimum write size, and read/write/erase individual sectors.
156 /*< What is value is read from erased flash bytes. */
Dreadme-espressif.md367 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
Dimgtool.md138 -R, --erased-val [0|0xff] The value that is read back from erased
/mcuboot-latest/boot/boot_serial/include/boot_serial/
Dboot_serial.h36 int (*read)(char *str, int cnt, int *newline); member
/mcuboot-latest/ci/fih_test_docker/
Ddamage_image.py51 ) = 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/
Dget_features.py33 cargo_toml = open(args.infile).read()
/mcuboot-latest/ext/tinycrypt/lib/source/
Decc_platform_specific.c91 ssize_t bytes_read = read(fd, ptr, left); in default_CSPRNG()
/mcuboot-latest/sim/simflash/src/
Dlib.rs57 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/
Dflash_map_backend.cpp161 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__.py50 raw_pem = f.read()
/mcuboot-latest/boot/mynewt/src/
Dmain.c65 .read = boot_read,
/mcuboot-latest/boot/espressif/
Dmain.c24 .read = console_read,
/mcuboot-latest/scripts/
Dassemble.py93 ibuf = rfd.read()
/mcuboot-latest/ext/fiat/
DREADME.md44 specialization machinery. It may be helpful to first read about the less messy
/mcuboot-latest/boot/zephyr/
Dmain.c78 .read = console_read,
DKconfig104 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/
Dimage.rs1939 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/
Ddumpinfo.py134 b = f.read()
Dimage.py347 self.infile_data = f.read()
807 b = f.read()
Dmain.py91 signature = base64.b64decode(f.read())
/mcuboot-latest/sim/mcuboot-sys/src/
Dapi.rs290 rc = map_err(dev.read(offset as usize, &mut buf)); in sim_flash_read()
/mcuboot-latest/boot/cypress/MCUBootApp/
DExternalMemory.md57 …required GPIO configurations, SMIF IP block configurations, SFDP protocol read and memory-config s…
/mcuboot-latest/boot/nuttx/src/flash_map_backend/
Dflash_map_backend.c435 nbytes = read(dev->fd, dst, len); in flash_area_read()

12