u-boot-brain/lib/rsa
AKASHI Takahiro 0cc7a7535f lib: rsa: add rsa_verify_with_pkey()
This function, and hence rsa_verify(), will perform RSA verification
with two essential parameters for a RSA public key in contract of
rsa_verify_with_keynode(), which requires additional three parameters
stored in FIT image.

It will be used in implementing UEFI secure boot, i.e. image authentication
and variable authentication.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
2020-03-12 08:20:39 -04:00
..
Kconfig lib: rsa: generate additional parameters for public key 2020-03-12 08:20:39 -04:00
Makefile lib: rsa: generate additional parameters for public key 2020-03-12 08:20:39 -04:00
rsa-checksum.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
rsa-keyprop.c lib: rsa: generate additional parameters for public key 2020-03-12 08:20:39 -04:00
rsa-mod-exp.c xilinx: zynq: Add support to secure images 2018-07-19 10:49:54 +02:00
rsa-sign.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
rsa-verify.c lib: rsa: add rsa_verify_with_pkey() 2020-03-12 08:20:39 -04:00