Searched refs:plaintext (Results 1 – 6 of 6) sorted by relevance
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_ctr_mode.c | 63 const uint8_t plaintext[64] = { in test_1_and_2() local 90 if (tc_ctr_mode(&out[TC_AES_BLOCK_SIZE], sizeof(plaintext), plaintext, in test_1_and_2() 91 sizeof(plaintext), ctr, &off, &sched) == 0) { in test_1_and_2() 120 result = check_result(2, plaintext, sizeof(plaintext), in test_1_and_2() 121 decrypted, sizeof(plaintext)); in test_1_and_2()
|
D | test_cbc_mode.c | 82 const uint8_t plaintext[64] = { variable 119 if (tc_cbc_mode_encrypt(encrypted, sizeof(plaintext) + TC_AES_BLOCK_SIZE, in test_1_and_2() 120 plaintext, sizeof(plaintext), iv_buffer, &a) == 0) { in test_1_and_2() 145 result = check_result(2, plaintext, sizeof(decrypted), decrypted, in test_1_and_2()
|
D | test_aes.c | 1102 const uint8_t plaintext[NUM_OF_NIST_KEYS] = { in var_key_test() local 1111 (void)tc_aes_encrypt(ciphertext, plaintext, &s); in var_key_test()
|
/mcuboot-latest/docs/release-notes.d/ |
D | encrypted-scratch-partition.md | 3 doesn't contain plaintext firmware data anymore.
|
/mcuboot-latest/docs/ |
D | readme-espressif.md | 228 MCUboot design the image in Primary Slot, from where the image is executed, is stored plaintext. 590 Now, similar as the Device generated key, the bootloader and application can be flashed plaintext. 628 OTA updates are required to be sent plaintext. The reason is that, as said before, after the Flash
|
/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
|