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.

处理器-SDK-AM62X:OPTEE TA encryption function

Part Number: PROCESSOR-SDK-AM62X


Tool/software:

OPTEE requires TA_ENC_KEY to enable encryption

According to the code in optee_os, it seems that the decryption key needs to be calculated by DKEK

And according to the description in https://downloads.ti.com/tisci/esd/latest/6_topic_user_guides/dkek_management.html DKEK document,DKEK is hardware only,
Does that mean that I have to find a way to get the DKEK of each device, calculate the TA_ENC_KEY in a certain way, fill it in the script, and then encrypt and compile it?
It doesn't feel easy and reasonable to implement in mass production phase.
I'm not sure if I understand it wrong somewhere.