Re: [PATCH 5/8] efi_loader: Make the pkcs7 header parsing function an extern

2020-05-10 Thread Sughosh Ganu
On Fri, 8 May 2020 at 06:21, Akashi Takahiro wrote: > On Thu, May 07, 2020 at 04:48:30PM +0530, Sughosh Ganu wrote: > > On Thu, 7 May 2020 at 13:04, Akashi Takahiro > > > wrote: > > > > > On Thu, Apr 30, 2020 at 11:06:27PM +0530, Sughosh Ganu wrote: > > > > The pkcs7 header parsing functionality

Re: [PATCH 5/8] efi_loader: Make the pkcs7 header parsing function an extern

2020-05-07 Thread Akashi Takahiro
On Thu, May 07, 2020 at 04:48:30PM +0530, Sughosh Ganu wrote: > On Thu, 7 May 2020 at 13:04, Akashi Takahiro > wrote: > > > On Thu, Apr 30, 2020 at 11:06:27PM +0530, Sughosh Ganu wrote: > > > The pkcs7 header parsing functionality is pretty generic, and can be > > > used by other features like ca

Re: [PATCH 5/8] efi_loader: Make the pkcs7 header parsing function an extern

2020-05-07 Thread Sughosh Ganu
On Thu, 7 May 2020 at 13:04, Akashi Takahiro wrote: > On Thu, Apr 30, 2020 at 11:06:27PM +0530, Sughosh Ganu wrote: > > The pkcs7 header parsing functionality is pretty generic, and can be > > used by other features like capsule authentication. Make the function > > as an extern, also changing it

Re: [PATCH 5/8] efi_loader: Make the pkcs7 header parsing function an extern

2020-05-07 Thread Akashi Takahiro
On Thu, Apr 30, 2020 at 11:06:27PM +0530, Sughosh Ganu wrote: > The pkcs7 header parsing functionality is pretty generic, and can be > used by other features like capsule authentication. Make the function > as an extern, also changing it's name to efi_parse_pkcs7_header. The patch itself is fine t

[PATCH 5/8] efi_loader: Make the pkcs7 header parsing function an extern

2020-04-30 Thread Sughosh Ganu
The pkcs7 header parsing functionality is pretty generic, and can be used by other features like capsule authentication. Make the function as an extern, also changing it's name to efi_parse_pkcs7_header. Signed-off-by: Sughosh Ganu --- include/efi_loader.h | 2 + lib/efi_loader/efi_si