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: 脚本计算application的CMAC值

如果我想在外部用脚本计算application的CMAC值,bootloader 中用API函数CPU1BROM_calculateCMAC()来校验application,我可以调用什么函数来计算application的CMAC值呢?

是C2000库中aes_cmac.c文件中的AES_performCMAC() 或者AES_performCMACFast()函数吗?