Tool/software:
Hi Team,
I need some information on how to store a key apart from using OTP.
In fact, it’s not a key — it's a 32-byte seed value.
Regards,
K. Sravya
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:
Hi Team,
I need some information on how to store a key apart from using OTP.
In fact, it’s not a key — it's a 32-byte seed value.
Regards,
K. Sravya
Hi Sravya,
Keyring would be an option here. You could encrypt this key with the Root of Trust (RoT) Symmetric keys and sign the certificate using RoT assymetric key and send the certificate over to the HSM core, where HSM stores these keys onto the HSM RAM.
This region is volatile, so the keys are lost and should be rewritten to the HSM upon a power cycle.
If you want it to be non-volatile, then in the efuse, there is 1664 bit extended otp array for customer usage to which you can efuse this seed value.
Thanks and Regards,
Nikhil Dasan
Hi Nikhil,
I’m considering storing the seed value in a non-volatile way, but without using eFUSE/OTP.
Is there any other method for storing the seed value?
Regards,
K. Sravya
Hi Sravya,
Sorry, eFuse is the only Non-Volatile memory available on this device.
Thanks and Regards,
Nikhil Dasan