Re: [RFC PATCH v3 2/8] lib: crypto: allow to build crypyo in SPL

2021-11-24 Thread Simon Glass
On Wed, 17 Nov 2021 at 10:52, Philippe Reynes 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 > --- > lib/Makefile| 2 +- > lib/crypto/Kconfig | 15 ++

[RFC PATCH v3 2/8] lib: crypto: allow to build crypyo in SPL

2021-11-17 Thread Philippe Reynes
This commit adds the options: - SPL_ASYMMETRIC_KEY_TYPE - SPL_ASYMMETRIC_PUBLIC_KEY_SUBTYPE - SPL_RSA_PUBLIC_KEY_PARSER Signed-off-by: Philippe Reynes --- lib/Makefile| 2 +- lib/crypto/Kconfig | 15 +++ lib/crypto/Makefile | 19 +-- 3 files changed, 29 inse