Re: [PATCH v4 10/16] crypto: add public_key functions

2024-09-27 Thread Ahmad Fatoum
On 13.09.24 09:59, Sascha Hauer wrote: > Now that we have a struct public_key as a general container for keys > create and use functions making use of it. Move the list from struct > rsa_public_key to struct public_key, add public_key_verify() and use > it instead of rsa_verify(), move key_name_hin

[PATCH v4 10/16] crypto: add public_key functions

2024-09-13 Thread Sascha Hauer
Now that we have a struct public_key as a general container for keys create and use functions making use of it. Move the list from struct rsa_public_key to struct public_key, add public_key_verify() and use it instead of rsa_verify(), move key_name_hint to struct public_key. With this we do not ne