Tool/software:
Hi,
I’m developing application software on the AM263P and I am looking for drivers or APIs that allow encryption and decryption using keys stored in the secure HSM keyring (referenced the keys index in the keyring).
The DTHE driver can encrypt/decrypt when given a pointer to a key, but since keyring keys reside in secure HSM RAM, the application doesn’t have direct access to their memory addresses.
Is there a recommended way or driver interface for application software to perform cryptographic operations using keyring keys without exposing the keys themselves? If yes, could you please point me to the relevant driver or SDK documentation?
Thank you