Re: [PATCH 3/5] arm: stm32mp1: Implement ECDSA signature verification

2021-08-16 Thread Patrice CHOTARD
Hi Alexandru On 7/30/21 11:51 AM, Patrick DELAUNAY wrote: > Hi, > > On 7/29/21 6:47 PM, Alexandru Gagniuc wrote: >> The STM32MP ROM provides several service. One of them is the ability >> to verify ecdsa256 signatures. Hook the ROM API into the ECDSA uclass. >> >> Signed-off-by: Alexandru Gagniuc

Re: [PATCH 3/5] arm: stm32mp1: Implement ECDSA signature verification

2021-07-30 Thread Patrick DELAUNAY
Hi, On 7/29/21 6:47 PM, Alexandru Gagniuc wrote: The STM32MP ROM provides several service. One of them is the ability to verify ecdsa256 signatures. Hook the ROM API into the ECDSA uclass. Signed-off-by: Alexandru Gagniuc --- arch/arm/mach-stm32mp/Kconfig| 9 +++ arch/arm/mach-stm