Re: [PATCH v3 08/15] crypto: rsa: encapsulate rsa keys in public keys struct

2024-09-13 Thread Sascha Hauer
On Wed, Sep 11, 2024 at 10:33:41AM +0200, Ahmad Fatoum wrote: > On 06.09.24 12:40, Sascha Hauer wrote: > > This encapsulates struct rsa_public_key into a struct public_key. So far > > RSA keys are the only supported key type. With adding ECDSA keys we need > > a container struct so that we can add

Re: [PATCH v3 08/15] crypto: rsa: encapsulate rsa keys in public keys struct

2024-09-11 Thread Ahmad Fatoum
On 06.09.24 12:40, Sascha Hauer wrote: > This encapsulates struct rsa_public_key into a struct public_key. So far > RSA keys are the only supported key type. With adding ECDSA keys we need > a container struct so that we can add ECDSA keys using the same > mechanisms. > > Also we rename CONFIG_CRY

[PATCH v3 08/15] crypto: rsa: encapsulate rsa keys in public keys struct

2024-09-06 Thread Sascha Hauer
This encapsulates struct rsa_public_key into a struct public_key. So far RSA keys are the only supported key type. With adding ECDSA keys we need a container struct so that we can add ECDSA keys using the same mechanisms. Also we rename CONFIG_CRYPTO_RSA_KEY to CONFIG_CRYPTO_PUBLIC_KEYS and CONFIG