/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 | 363 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
|
D | imgtool.md | 95 -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 | 160 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__.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 | 77 .read = console_read,
|
/mcuboot-latest/scripts/imgtool/ |
D | dumpinfo.py | 134 b = f.read()
|
D | image.py | 334 self.infile_data = f.read() 781 b = f.read()
|
D | main.py | 91 signature = base64.b64decode(f.read())
|
/mcuboot-latest/sim/src/ |
D | image.rs | 1912 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/ |
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…
|
D | README.md | 158 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/ |
D | flash_map_backend.c | 435 nbytes = read(dev->fd, dst, len); in flash_area_read()
|