Tool/software: Code Composer Studio
Hi,
Where can I found any about aes cbc example code?
I checked this page
and found that CC13x2 have AESCBCCC26XX.h for aes cbc support but not useful.
Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi,
Where can I found any about aes cbc example code?
I checked this page
and found that CC13x2 have AESCBCCC26XX.h for aes cbc support but not useful.
Thanks.
Hi M-W, TER,
For using AES CBC purpose I installed the newest CCS(8.2.0.00007) and CC1312R SDK(2_30_00_45).
I tried the example and found some problem:
For decrypt example the code needs to modify as
operation.input = ciphertext; operation.output = plaintext;
and use only encrypt or decrypt example code seems work well, but when I try to both encrypt and decrypt the previous encrypted text it failed to decrypt.
I attached my code, could you help to check? Thank you.
https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/156/empty_5F00_CC1312R1_5F00_LAUNCHXL_5F00_tirtos_5F00_ccs.7z