Searched refs:encrypted (Results 1 – 14 of 14) sorted by relevance
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_cbc_mode.c | 108 uint8_t encrypted[80]; in test_1_and_2() local 119 if (tc_cbc_mode_encrypt(encrypted, sizeof(plaintext) + TC_AES_BLOCK_SIZE, in test_1_and_2() 127 result = check_result(1, ciphertext, sizeof(encrypted), encrypted, in test_1_and_2() 128 sizeof(encrypted)); in test_1_and_2() 134 p = &encrypted[TC_AES_BLOCK_SIZE]; in test_1_and_2() 135 length = ((unsigned int) sizeof(encrypted)) - TC_AES_BLOCK_SIZE; in test_1_and_2() 138 encrypted, &a) == 0) { in test_1_and_2()
|
/mcuboot-latest/docs/release-notes.d/ |
D | zephyr-compression.md | 6 - Added support for removing encrypted/compressed images when
|
/mcuboot-latest/boot/bootutil/ |
D | CMakeLists.txt | 23 src/encrypted.c
|
/mcuboot-latest/boot/cypress/BlinkyApp/ |
D | Readme.md | 102 **How to build encrypted upgrade image :** 104 To prepare MCUBootApp for work with encrypted upgrade image please refer to `MCUBootApp/Readme.md`. 106 To obtain encrypted upgrade image of BlinkyApp extra flag `ENC_IMG=1` should be passed in command l… 140 - `ENC_IMG` - 0 (default) - build regular upgrade image, `1` - build encrypted upgrade image (MCUBo…
|
/mcuboot-latest/docs/ |
D | SECURITY.md | 17 If you wish to send an encrypted email, you may use these PGP keys:
|
D | release-notes.md | 36 recovery and encryption whereby an encrypted image is loaded 37 and being wrongly treated as encrypted after decryption. 117 - Serial recovery can now read and handle encrypted seondary slot 120 led to usage faults when the secondary slot image was encrypted. 215 entire contents of flash to always remain encrypted. 269 X25519 encrypted images, rollback protection, hardware keys, and a 280 - Add support for X25519 encrypted images. 306 The 1.5.0 release of MCUboot adds support for encrypted images using 387 In addition, support has been added for encrypted images. See [the 404 - Add support for [encrypted images](encrypted_images.md).
|
D | imgtool.md | 115 -c, --clear Output a non-encrypted image with encryption 117 primary slot, and encrypted when swapped to 131 --save-enctlv When upgrading, save encrypted key TLVs
|
D | readme-espressif.md | 230 [MCUboot encrypted images](encrypted_images.md) do not provide full code confidentiality when only 455 burning on the device, all read and write operations are decrypted/encrypted in runtime. 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 634 pre-encrypted data is sent for an OTA update, it would be wrongly double-encrypted when the update 637 For updating with an image encrypted on the host, flash it through serial using `esptool.py` as
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig | 110 - not supported when encrypted images are in use, because calculating 439 bool "Save encrypted key TLVs instead of plaintext keys in swap metadata" 443 If y, instead of saving the encrypted image keys in plaintext in the 444 swap resume metadata, save the encrypted image TLVs. This should be used 492 bool "Support for encrypted image updates" 499 If y, images in the secondary slot can be encrypted and are decrypted 500 on the fly when upgrading to the primary slot, as well as encrypted 511 loading encrypted images via serial recovery which are then
|
D | CMakeLists.txt | 104 ${BOOT_DIR}/bootutil/src/encrypted.c 231 ${BOOT_DIR}/bootutil/src/encrypted.c
|
/mcuboot-latest/boot/espressif/ |
D | CMakeLists.txt | 242 ${BOOTUTIL_DIR}/src/encrypted.c
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | README.md | 164 After MCUBootApp is built with these settings unencrypted and encrypted images will be accepted in …
|
/mcuboot-latest/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 233 same nonce for two different messages which are encrypted with the same
|
/mcuboot-latest/sim/src/ |
D | image.rs | 2050 let encrypted = Caps::EncRsa.present() || Caps::EncKw.present() || in find() localVariable 2052 match (encrypted, slot) { in find()
|