On Wed, 9 Feb 2022 at 11:01, Philippe Reynes <philippe.rey...@softathome.com> wrote: > > This commit adds the options: > - SPL_ASYMMETRIC_KEY_TYPE > - SPL_ASYMMETRIC_PUBLIC_KEY_SUBTYPE > - SPL_RSA_PUBLIC_KEY_PARSER > > Signed-off-by: Philippe Reynes <philippe.rey...@softathome.com> > --- > lib/Makefile | 3 ++- > lib/crypto/Kconfig | 29 +++++++++++++++++++++++++++++ > lib/crypto/Makefile | 19 +++++++++++++------ > 3 files changed, 44 insertions(+), 7 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org>