Re: [PATCH 9/9] sandbox: tpm: Support extending a PCR multiple times

2021-07-20 Thread Simon Glass
Hi Ilias, On Thu, 15 Jul 2021 at 13:21, Ilias Apalodimas wrote: > > On Thu, 15 Jul 2021 at 22:04, Ilias Apalodimas > wrote: > > > > On Mon, Jul 05, 2021 at 09:48:49AM -0600, Simon Glass wrote: > > > It is fairly easy to handle this case and it makes the emulator more > > > useful, since PCRs are

Re: [PATCH 9/9] sandbox: tpm: Support extending a PCR multiple times

2021-07-15 Thread Ilias Apalodimas
On Thu, 15 Jul 2021 at 22:04, Ilias Apalodimas wrote: > > On Mon, Jul 05, 2021 at 09:48:49AM -0600, Simon Glass wrote: > > It is fairly easy to handle this case and it makes the emulator more > > useful, since PCRs are commonly extended several times. > > > > Add support for this, using U-Boot's s

Re: [PATCH 9/9] sandbox: tpm: Support extending a PCR multiple times

2021-07-15 Thread Ilias Apalodimas
On Mon, Jul 05, 2021 at 09:48:49AM -0600, Simon Glass wrote: > It is fairly easy to handle this case and it makes the emulator more > useful, since PCRs are commonly extended several times. > > Add support for this, using U-Boot's sha256 support. > > Signed-off-by: Simon Glass > --- > > driver