commit | 0cc7a7535fd06bcf2fd3386e26ee05a1280c67a4 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Fri Feb 21 15:12:59 2020 +0900 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 12 08:20:39 2020 -0400 |
tree | 9a9af4793dfc991be8b82768a70f38f8f9b4330c | |
parent | e0d310b098b1e3dd2ad4e0e4efbbb81b90ae4bc7 [diff] |
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>