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.md363 the use of Download Mode functions to simple flash read, write and erase operations.*
451 burning on the device, all read and write operations are decrypted/encrypted in runtime.
511 use of Download Mode functions to simple flash read, write and erase operations.*
534 First ensure that the application image is able to perform encrypted read and write operations to
554 First ensure that the application image is able to perform encrypted read and write operations to
629 Encryption is enabled all read/write operations are decrypted/encrypted in runtime, so as e.g. if
Dimgtool.md95 -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.cpp160 int ret = bd->read(dst, off, len); in flash_area_read()
178 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.c77 .read = console_read,
/mcuboot-latest/scripts/imgtool/
Ddumpinfo.py134 b = f.read()
Dimage.py334 self.infile_data = f.read()
781 b = f.read()
Dmain.py91 signature = base64.b64decode(f.read())
/mcuboot-latest/sim/src/
Dimage.rs1912 dev.read(offset, &mut enc).unwrap(); in install_image()
1924 dev.read(offset, &mut copy).unwrap(); in install_image()
1936 dev.read(offset, &mut copy).unwrap(); in install_image()
1946 dev.read(offset, &mut enc).unwrap(); in install_image()
2047 dev.read(offset, &mut copy).unwrap(); in verify_image()
2077 dev.read(offset, &mut copy).unwrap(); in verify_trailer()
/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…
DREADME.md158 To protect user image from unwanted read - Upgrade Image Encryption can be applied. The ECDH/HKDF w…
/mcuboot-latest/boot/nuttx/src/flash_map_backend/
Dflash_map_backend.c435 nbytes = read(dev->fd, dst, len); in flash_area_read()

12