Re: [PATCH 2/5] lib: ecdsa: Implement UCLASS_ECDSA verification on target

2021-07-30 Thread Patrick DELAUNAY
Hi, On 7/29/21 6:47 PM, Alexandru Gagniuc wrote: Implement the crypto_algo .verify() function for ecdsa256. Because it backends on UCLASS_ECDSA, this change is focused on parsing the keys from devicetree and passing this information to the specific UCLASS driver. Signed-off-by: Alexandru

[PATCH 2/5] lib: ecdsa: Implement UCLASS_ECDSA verification on target

2021-07-29 Thread Alexandru Gagniuc
Implement the crypto_algo .verify() function for ecdsa256. Because it backends on UCLASS_ECDSA, this change is focused on parsing the keys from devicetree and passing this information to the specific UCLASS driver. Signed-off-by: Alexandru Gagniuc Reviewed-by: Simon Glass --- lib/Kconfig