]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: Make the pkcs7 header parsing function an extern
authorSughosh Ganu <sughosh.ganu@linaro.org>
Wed, 30 Dec 2020 13:57:07 +0000 (19:27 +0530)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 31 Dec 2020 13:41:31 +0000 (14:41 +0100)
commit201b8068f35385c1c7794f24d0a3ac427210f241
tree074a7b01d6d21174e8a7e6c64c6d0c95c89e722c
parent65f3fc18fc1e5e79a7991fa0e9e2dc3667af770a
efi_loader: Make the pkcs7 header parsing function an extern

The pkcs7 header parsing functionality is pretty generic, and can be
used by other features like capsule authentication. Make the function
an extern, also changing it's name to efi_parse_pkcs7_header

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
include/efi_loader.h
lib/efi_loader/efi_signature.c
lib/efi_loader/efi_variable.c