Re: [PATCH v3 07/15] crypto: rsa: include key name hint into CONFIG_CRYPTO_RSA_KEY

2024-09-13 Thread Sascha Hauer
On Wed, Sep 11, 2024 at 10:27:42AM +0200, Ahmad Fatoum wrote: > Hello Sascha, > > On 06.09.24 12:40, Sascha Hauer wrote: > > Set the key name hint in CONFIG_CRYPTO_RSA_KEY. CONFIG_CRYPTO_RSA_KEY > > now has the form: > > > > : > > > > This is done in preparation to make CONFIG_CRYPTO_RSA_KEY a l

Re: [PATCH v3 07/15] crypto: rsa: include key name hint into CONFIG_CRYPTO_RSA_KEY

2024-09-11 Thread Ahmad Fatoum
Hello Sascha, On 06.09.24 12:40, Sascha Hauer wrote: > Set the key name hint in CONFIG_CRYPTO_RSA_KEY. CONFIG_CRYPTO_RSA_KEY > now has the form: > > : > > This is done in preparation to make CONFIG_CRYPTO_RSA_KEY a list of > keys. IIUC, existing users that do make oldconfig will: - either lo

[PATCH v3 07/15] crypto: rsa: include key name hint into CONFIG_CRYPTO_RSA_KEY

2024-09-06 Thread Sascha Hauer
Set the key name hint in CONFIG_CRYPTO_RSA_KEY. CONFIG_CRYPTO_RSA_KEY now has the form: : This is done in preparation to make CONFIG_CRYPTO_RSA_KEY a list of keys. Signed-off-by: Sascha Hauer --- crypto/Kconfig | 9 ++--- crypto/Makefile | 7 +++ 2 files changed, 5 insertions(+), 11 d