commit | 31aa69744dbdb29dfc13e1f778cec4af63fb08a5 | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Thu Jul 29 11:47:17 2021 -0500 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Mon Aug 16 10:49:35 2021 +0200 |
tree | a54c21f9df075cf7e3ab078dc1b5a2e038a16e6e | |
parent | 48cb9b8e6eddc35cee788903247e23ca54e08481 [diff] |
arm: stm32mp1: Implement ECDSA signature verification 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@gmail.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>