How to load and use a persistent symmetric key in the TPM?
问题 I simply want to store one 32 bytes long symmetric key persistently in the NV storage of the TPM and after a power-cycle, use it (without getting it out of the TPM) to encrypt small-sized data. I've tried to do that in two different ways: 1) Create the key with TPM's random bytes generator Define space in NV and write the key in it Problem : I know how to read it, but how can I load it so I can use it inside the TPM? 2) Create an AES key with TPM2_Create command Make it persistent with TPM2