[PATCH 3/5] arm: stm32mp1: Implement ECDSA signature verification
Patrick DELAUNAY
patrick.delaunay at foss.st.com
Fri Jul 30 11:51:35 CEST 2021
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 <mr.nuke.me at gmail.com>
> ---
> arch/arm/mach-stm32mp/Kconfig | 9 +++
> arch/arm/mach-stm32mp/Makefile | 1 +
> arch/arm/mach-stm32mp/ecdsa_romapi.c | 102 +++++++++++++++++++++++++++
> 3 files changed, 112 insertions(+)
> create mode 100644 arch/arm/mach-stm32mp/ecdsa_romapi.c
>
Reviewed-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
Thanks
Patrick
More information about the U-Boot
mailing list