Searched refs:plaintext (Results 1 – 5 of 5) sorted by relevance
/mcuboot-3.4.0/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-3.4.0/docs/ |
D | readme-espressif.md | 160 …by MCUboot design the image in Primary Slot, from where the image is executed, is stored plaintext. 433 Now, similar as the Device generated key, the bootloader and application can be flashed plaintext. … 462 OTA updates are required to be sent plaintext. The reason is that, as said before, after the Flash …
|
/mcuboot-3.4.0/boot/zephyr/ |
D | Kconfig | 291 bool "Save encrypted key TLVs instead of plaintext keys in swap metadata" 294 If y, instead of saving the encrypted image keys in plaintext in the
|