Searched refs:decrypted (Results 1 – 8 of 8) sorted by relevance
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_cbc_mode.c | 109 uint8_t decrypted[64]; in test_1_and_2() local 137 if (tc_cbc_mode_decrypt(decrypted, length - TC_AES_BLOCK_SIZE, p, length, in test_1_and_2() 145 result = check_result(2, plaintext, sizeof(decrypted), decrypted, in test_1_and_2() 146 sizeof(decrypted)); in test_1_and_2()
|
D | test_ctr_mode.c | 82 uint8_t decrypted[64]; in test_1_and_2() local 108 if (tc_ctr_mode(decrypted, sizeof(decrypted), &out[TC_AES_BLOCK_SIZE], in test_1_and_2() 109 sizeof(decrypted), ctr, &off, &sched) == 0) { in test_1_and_2() 121 decrypted, sizeof(plaintext)); in test_1_and_2()
|
D | test_ccm_mode.c | 80 uint8_t decrypted[TC_CCM_MAX_PT_SIZE]; in do_test() local 114 result = tc_ccm_decryption_verification(decrypted, TC_CCM_MAX_PT_SIZE, hdr, in do_test() 119 show_str("\t\tComputed", decrypted, sizeof(decrypted)); in do_test() 382 uint8_t decrypted[TC_CCM_MAX_PT_SIZE]; in test_vector_7() local 406 result = tc_ccm_decryption_verification (decrypted, TC_CCM_MAX_PT_SIZE, hdr, in test_vector_7() 411 show_str("\t\tComputed", decrypted, sizeof(decrypted)); in test_vector_7() 446 uint8_t decrypted[TC_CCM_MAX_PT_SIZE]; in test_vector_8() local 470 result = tc_ccm_decryption_verification(decrypted, TC_CCM_MAX_PT_SIZE, hdr, in test_vector_8() 475 show_str("\t\tComputed", decrypted, sizeof(decrypted)); in test_vector_8()
|
D | test_aes.c | 152 uint8_t decrypted[NUM_OF_NIST_KEYS]; in var_text_test() local 159 if (tc_aes_decrypt(decrypted, ciphertext, s) == 0) { in var_text_test() 164 decrypted, sizeof(decrypted)); in var_text_test()
|
/mcuboot-latest/docs/release-notes.d/ |
D | encrypted-scratch-partition.md | 1 - When using swap with scratch, the image is now decrypted when copying from
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig | 371 after being decrypted from the image TLVs and could be read by an 391 If y, images in the secondary slot can be encrypted and are decrypted 404 decrypted on-the-fly without needing a second slot.
|
/mcuboot-latest/docs/ |
D | readme-espressif.md | 451 burning on the device, all read and write operations are decrypted/encrypted in runtime. 629 Encryption is enabled all read/write operations are decrypted/encrypted in runtime, so as e.g. if
|
D | release-notes.md | 79 decrypted images.
|