Re: [U-Boot] [PATCH 1/3] tpm: Add function to load keys via their parent's SHA1 hash

2017-03-26 Thread Simon Glass
On 22 March 2017 at 08:47, Simon Glass wrote: > Hi Mario, > > On 22 March 2017 at 08:07, Mario Six wrote: >> On Wed, Mar 22, 2017 at 2:27 PM, Simon Glass wrote: >>> Hi Mario, >>> >>> On 22 March 2017 at 07:20, Mario Six

Re: [U-Boot] [PATCH 1/3] tpm: Add function to load keys via their parent's SHA1 hash

2017-03-22 Thread Simon Glass
Hi Mario, On 22 March 2017 at 08:07, Mario Six wrote: > On Wed, Mar 22, 2017 at 2:27 PM, Simon Glass wrote: >> Hi Mario, >> >> On 22 March 2017 at 07:20, Mario Six wrote: >>> On Wed, Mar 22, 2017 at 2:05 PM, Simon Glass

Re: [U-Boot] [PATCH 1/3] tpm: Add function to load keys via their parent's SHA1 hash

2017-03-22 Thread Mario Six
On Wed, Mar 22, 2017 at 2:27 PM, Simon Glass wrote: > Hi Mario, > > On 22 March 2017 at 07:20, Mario Six wrote: >> On Wed, Mar 22, 2017 at 2:05 PM, Simon Glass wrote: >>> On 20 March 2017 at 03:28, Mario Six wrote:

Re: [U-Boot] [PATCH 1/3] tpm: Add function to load keys via their parent's SHA1 hash

2017-03-22 Thread Simon Glass
Hi Mario, On 22 March 2017 at 07:20, Mario Six wrote: > On Wed, Mar 22, 2017 at 2:05 PM, Simon Glass wrote: >> On 20 March 2017 at 03:28, Mario Six wrote: >>> If we want to load a key into a TPM, we need to know the designated parent

Re: [U-Boot] [PATCH 1/3] tpm: Add function to load keys via their parent's SHA1 hash

2017-03-22 Thread Mario Six
On Wed, Mar 22, 2017 at 2:05 PM, Simon Glass wrote: > On 20 March 2017 at 03:28, Mario Six wrote: >> If we want to load a key into a TPM, we need to know the designated parent >> key's handle, so that the TPM is able to insert the key at the correct place

Re: [U-Boot] [PATCH 1/3] tpm: Add function to load keys via their parent's SHA1 hash

2017-03-22 Thread Simon Glass
On 20 March 2017 at 03:28, Mario Six wrote: > If we want to load a key into a TPM, we need to know the designated parent > key's handle, so that the TPM is able to insert the key at the correct place > in > the key hierarchy. > > However, if we want to load a key whose

[U-Boot] [PATCH 1/3] tpm: Add function to load keys via their parent's SHA1 hash

2017-03-20 Thread Mario Six
If we want to load a key into a TPM, we need to know the designated parent key's handle, so that the TPM is able to insert the key at the correct place in the key hierarchy. However, if we want to load a key whose designated parent key we also previously loaded ourselves, we first need to