Re: [PATCH v4 0/4] Migrate all TPM 2.0 commands to use struct tpm_buf

2018-04-06 Thread Jarkko Sakkinen
On Mon, Mar 26, 2018 at 03:14:02PM +0300, Jarkko Sakkinen wrote: > In order to make struct tpm_buf the first class object for constructing TPM > commands, this patch set migrates all TPM 2.0 commands to use it. Eventually, > tpm_transmit_cmd() can take simply struct tpm_buf as its argument and

Re: [PATCH v4 0/4] Migrate all TPM 2.0 commands to use struct tpm_buf

2018-04-06 Thread Jarkko Sakkinen
On Mon, Mar 26, 2018 at 03:14:02PM +0300, Jarkko Sakkinen wrote: > In order to make struct tpm_buf the first class object for constructing TPM > commands, this patch set migrates all TPM 2.0 commands to use it. Eventually, > tpm_transmit_cmd() can take simply struct tpm_buf as its argument and