Searched refs:Image (Results 1 – 14 of 14) sorted by relevance
/mcuboot-latest/scripts/tests/ |
D | test_compression.py | 20 from imgtool.image import Image 45 img = Image(version=VERSION, header_size=HEADER_SIZE, slot_size=SLOT_SIZE, pad_header=True)
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | README.md | 81 **Multi-Image Operation** 99 **Default Flash map for Multi-Image operation:** 156 **Encrypted Image Support** 158 To protect user image from unwanted read - Upgrade Image Encryption can be applied. The ECDH/HKDF w…
|
D | ExternalMemory.md | 10 Using external memory for secondary slot allows to nearly double the size of Boot Image.
|
/mcuboot-latest/docs/ |
D | imgtool.md | 1 # Image tool 51 Image signing takes an image in binary or Intel Hex format intended for the 183 image depends on Image 1 which version has to be at least 1.2.3+0.
|
D | readme-zephyr.md | 16 - `slot0_partition`: the primary slot of Image 0 17 - `slot1_partition`: the secondary slot of Image 0 31 `slot3_partition` for Image 1).
|
D | testplan-mynewt.md | 45 ### Image signed with more than one key
|
D | PORTING.md | 162 `image_index` (0 or 1) is the index of the image. Image index is
|
D | release-notes.md | 533 - Image integrity is provided with SHA256. 534 - Image originator authenticity is provided supporting the following
|
D | readme-espressif.md | 644 Using the 3 features, Secure Boot, Image signature verification and Flash Encryption, a Security 738 ### [Image version dependency](#image-version-dependency)
|
/mcuboot-latest/scripts/imgtool/ |
D | main.py | 229 ret, version, digest, signature = image.Image.verify(imgfile, key) 458 img = image.Image(version=decode_version(version), header_size=header_size, 529 compressed_img = image.Image(version=decode_version(version),
|
D | image.py | 256 class Image: class
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig.serial_recovery | 193 bool "Image list hash support" 200 bool "Image state support"
|
D | Kconfig | 225 Image to be verified needs to be accessible through memory address 345 prompt "Image upgrade modes"
|
/mcuboot-latest/boot/cypress/BlinkyApp/ |
D | Readme.md | 64 **Building Multi-Image**
|