rsa: add CONFIG_RSA_VERIFY_WITH_PKEY config
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Fri, 21 Feb 2020 06:12:56 +0000 (15:12 +0900)
committerTom Rini <trini@konsulko.com>
Thu, 12 Mar 2020 12:20:39 +0000 (08:20 -0400)
commitdd89f5b0fde7f23afffc69f92eedc7f7c5caef36
treed69501b977b644591d87be04742b9ec6856b3921
parentb983cc2da0bafd73a4dfc069eb3c3a98677e2d92
rsa: add CONFIG_RSA_VERIFY_WITH_PKEY config

In the next couple of commits, under new CONFIG_RSA_VERIFY_WITH_PKEY,
rsa_verify() will be extended to be able to perform RSA decryption without
additional RSA key properties from FIT image, i.e. rr and n0inv.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/rsa/Kconfig