commit | 1d54af1392513c09927b97981356acadfa626d63 | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Thu Jul 29 11:47:15 2021 -0500 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Mon Aug 16 10:49:35 2021 +0200 |
tree | 1b0a7947c48436c6716aba4a619eb3c39ff11a57 | |
parent | 59f6eb477e053355718fa25b3bce956991f016b8 [diff] |
dm: crypto: Define UCLASS API for ECDSA signature verification Define a UCLASS API for verifying ECDSA signatures. Unlike UCLASS_MOD_EXP, which focuses strictly on modular exponentiation, the ECDSA class focuses on verification. This is done so that it better aligns with mach-specific implementations, such as stm32mp. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>