commit | 9819883e5713045e02ba9ecc390225524b871d6d | [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 | 4f35b50fa07bf9caf17b068e7268f872d76ee322 [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>