[tpm2] Re: How to decrypt a symmetric key in the TPM that was wrapped by an asymmetric key generated by that TPM
snambakam at gmail.com
| Newsgroups | dev.linux.lists.tpm2 |
|---|---|
| Message-ID | <[email protected]> |
I read a reference online that indicated having to do a tpm2_import using the parent key in the TPM whose public part was used (by the server) to encrypt the symmetric key. Subsequently, I have to use a tpm2_load to get a handle that can be used for encrypt/decrypt operations.