Re: [PATCH 05/13] efi_loader: signature: make efi_hash_regions more generic

2020-06-01 Thread AKASHI Takahiro
Heinrich, On Sat, May 30, 2020 at 08:58:02AM +0200, Heinrich Schuchardt wrote: > On 5/29/20 8:41 AM, AKASHI Takahiro wrote: > > There are a couple of occurrences of hash calculations in which a new > > efi_hash_regions will be commonly used. > > > > Signed-off-by: AKASHI Takahiro > > --- > > lib

Re: [PATCH 05/13] efi_loader: signature: make efi_hash_regions more generic

2020-05-29 Thread Heinrich Schuchardt
On 5/29/20 8:41 AM, AKASHI Takahiro wrote: > There are a couple of occurrences of hash calculations in which a new > efi_hash_regions will be commonly used. > > Signed-off-by: AKASHI Takahiro > --- > lib/efi_loader/efi_signature.c | 44 +- > 1 file changed, 16 inse

[PATCH 05/13] efi_loader: signature: make efi_hash_regions more generic

2020-05-28 Thread AKASHI Takahiro
There are a couple of occurrences of hash calculations in which a new efi_hash_regions will be commonly used. Signed-off-by: AKASHI Takahiro --- lib/efi_loader/efi_signature.c | 44 +- 1 file changed, 16 insertions(+), 28 deletions(-) diff --git a/lib/efi_loader/