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.

[参考译文] TMS320F280039C:TMS320F280039C

Guru**** 2470230 points
Other Parts Discussed in Thread: TMS320F280039C

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1480340/tms320f280039c-tms320f280039c

器件型号:TMS320F280039C

工具与软件:

我目前使用 TMS320F280039C AES 算法、我知道它依赖于控制器。

1.是否可以使用独立的 AES 算法而不依赖于控制器寄存器?

我之前使用的是其他控制器、在这些控制器中、AES 不依赖于控制器、而是独立的。 它具有各种库文件、例如(srand)、用于随机种子生成。

使用128位密钥测试案例#1


 .keysize = AES_KEY_SIZE_128位、
 .keyArray ={0x16157e2b、0xa6d2ae28、0x8815f7ab、0x3c4fcf09}、
 .dataLength = 64U、
 .plain TextArray ={0xe2bec16b、0x969f402e、0x117e3de9、0x2a179373、
                      0x578a2dae、0x9cac031e、0xac6fb79e、0x518eaf45、
                      0x461cc830、0x11e45ca3、0x19c1fbe5、0xef520a1a、
                      0x45249ff6、0x179b4fdf、0x7b412bad、0x10376ce6}、
 .citaskTextArray ={0xb47bd73a、0x60367a0d、0xf3ca9ea8、0x97ef6624、
                      0x85d5d3f5、0x9d69b903、0x5a8985e7、0xafbafd96、
                      0x7fcdb143、0x23ce8e59、0xe3001b88、0x880603ed、
                      0x5e780c7b、0x3fad827、0x71202382、0xd45d7204}
}、

上面的代码用于将纯文本转换为密码文本它背后的概念是什么?