Searched refs:encrypted (Results 1 – 11 of 11) sorted by relevance
/mcuboot-2.7.6/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-2.7.6/boot/bootutil/ |
D | CMakeLists.txt | 23 src/encrypted.c
|
/mcuboot-2.7.6/boot/zephyr/ |
D | Kconfig | 248 bool "Save encrypted key TLVs instead of plaintext keys in swap metadata" 251 If y, instead of saving the encrypted image keys in plaintext in the 252 swap resume metadata, save the encrypted image TLVs. This should be used 261 bool "Support for encrypted upgrade images using RSA" 264 If y, images in the secondary slot can be encrypted and are decrypted 265 on the fly when upgrading to the primary slot, as well as encrypted 270 bool "Support for encrypted upgrade images using ECIES-P256" 273 If y, images in the secondary slot can be encrypted and are decrypted 274 on the fly when upgrading to the primary slot, as well as encrypted 280 bool "Support for encrypted upgrade images using ECIES-X25519" [all …]
|
D | CMakeLists.txt | 108 ${BOOT_DIR}/bootutil/src/encrypted.c
|
/mcuboot-2.7.6/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-2.7.6/docs/ |
D | SECURITY.md | 14 If you wish to send encrypted email, you may use these PGP keys:
|
D | release-notes.md | 50 X25519 encrypted images, rollback protection, hardware keys, and a 61 - Add support for X25519 encrypted images. 87 The 1.5.0 release of MCUboot adds support for encrypted images using 168 In addition, support has been added for encrypted images. See [the 185 - Add support for [encrypted images](encrypted_images.md).
|
D | imgtool.md | 89 --save-enctlv When upgrading, save encrypted key TLVs
|
/mcuboot-2.7.6/sim/src/ |
D | image.rs | 1472 let encrypted = Caps::EncRsa.present() || Caps::EncKw.present() || in find() localVariable 1474 match (encrypted, slot) { in find()
|
/mcuboot-2.7.6/boot/cypress/MCUBootApp/ |
D | README.md | 164 After MCUBootApp is built with these settings unencrypted and encrypted images will be accepted in …
|
/mcuboot-2.7.6/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 233 same nonce for two different messages which are encrypted with the same
|