Re: Issue with TPM2 Encrypt/Decrypt Functionality and TSS API Integration
Ken Goldman <[email protected]> Mon, 25 Mar 2024 12:03:15 -0400
| Newsgroups | dev.linux.lists.tpm2,org.kernel.vger.linux-integrity |
|---|---|
| Message-ID | <[email protected]> |
The TPM 2.0 Library specification is a library of possible functions. A platform specific specification (e.g., PC Client) specifies which commands are mandatory. I assume that the TPM you are using does not implement TPM2 Encrypt/Decrypt. In general, check the platform specific specification and use only mandatory features for interoperability. On 3/5/2024 5:31 PM, Samuel Lee wrote: > Dear TPM 2.0 Mailing List Community, > > I am currently facing an issue while attempting to utilize the TPM2 > Encrypt/Decrypt functionality in conjunction with the TSS API > integration.