Re: [PATCH v18 13/25] tss2: Add TPM2 buffer handling functions

2024-08-26 Thread Gary Lin via Grub-devel
On Thu, Aug 22, 2024 at 03:21:51PM +0200, Daniel Kiper wrote: > On Fri, Jun 28, 2024 at 04:18:56PM +0800, Gary Lin via Grub-devel wrote: > > As the prepartion to support TPM2 Software Stack (TSS2), this commit > > implements the TPM2 buffer handling functions to pack data for the TPM2 > > commands

Re: [PATCH v18 13/25] tss2: Add TPM2 buffer handling functions

2024-08-22 Thread Daniel Kiper
On Fri, Jun 28, 2024 at 04:18:56PM +0800, Gary Lin via Grub-devel wrote: > As the prepartion to support TPM2 Software Stack (TSS2), this commit > implements the TPM2 buffer handling functions to pack data for the TPM2 > commands and unpack the data from the response. > > Cc: Stefan Berger > Signed

[PATCH v18 13/25] tss2: Add TPM2 buffer handling functions

2024-06-28 Thread Gary Lin via Grub-devel
As the prepartion to support TPM2 Software Stack (TSS2), this commit implements the TPM2 buffer handling functions to pack data for the TPM2 commands and unpack the data from the response. Cc: Stefan Berger Signed-off-by: Hernan Gatta Signed-off-by: Gary Lin --- grub-core/lib/tss2/buffer.c