Re: Issue with TPM2 Encrypt/Decrypt Functionality and TSS API Integration

2024-03-25 Thread Ken Goldman
This indicates that the TSS is trying to connect to a TPM over a socket interface. This is typical for a software TPM aka a TPM simulator. I suspect that you do not have a TPM simulator running. On 3/5/2024 5:31 PM, Samuel Lee wrote: # tsscreateprimary -hi p -st -opu primary.pub

Re: Issue with TPM2 Encrypt/Decrypt Functionality and TSS API Integration

2024-03-25 Thread Ken Goldman
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

Issue with TPM2 Encrypt/Decrypt Functionality and TSS API Integration

2024-03-05 Thread Samuel Lee
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. I have followed the steps outlined in the TPM2 Encrypt/Decrypt man page