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 | readme-espressif.md | 226 [MCUboot encrypted images](encrypted_images.md) do not provide full code confidentiality when only 451 burning on the device, all read and write operations are decrypted/encrypted in runtime. 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 630 pre-encrypted data is sent for an OTA update, it would be wrongly double-encrypted when the update 633 For updating with an image encrypted on the host, flash it through serial using `esptool.py` as
|
D | imgtool.md | 89 --save-enctlv When upgrading, save encrypted key TLVs
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig | 363 bool "Save encrypted key TLVs instead of plaintext keys in swap metadata" 367 If y, instead of saving the encrypted image keys in plaintext in the 368 swap resume metadata, save the encrypted image TLVs. This should be used 384 bool "Support for encrypted image updates" 391 If y, images in the secondary slot can be encrypted and are decrypted 392 on the fly when upgrading to the primary slot, as well as encrypted 403 loading encrypted images via serial recovery which are then
|
D | CMakeLists.txt | 96 ${BOOT_DIR}/bootutil/src/encrypted.c 197 ${BOOT_DIR}/bootutil/src/encrypted.c
|
/mcuboot-latest/boot/espressif/ |
D | CMakeLists.txt | 221 ${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/sim/src/ |
D | image.rs | 2023 let encrypted = Caps::EncRsa.present() || Caps::EncKw.present() || in find() localVariable 2025 match (encrypted, slot) { in find()
|
/mcuboot-latest/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 233 same nonce for two different messages which are encrypted with the same
|