commit | 48cb9b8e6eddc35cee788903247e23ca54e08481 | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Thu Jul 29 11:47:16 2021 -0500 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Mon Aug 16 10:49:35 2021 +0200 |
tree | 2c60bd2e21dad4826ee8afc93cb10644ea9943d5 | |
parent | 9819883e5713045e02ba9ecc390225524b871d6d [diff] |
lib: ecdsa: Implement UCLASS_ECDSA verification on target Implement the crypto_algo .verify() function for ecdsa256. Because it backends on UCLASS_ECDSA, this change is focused on parsing the keys from devicetree and passing this information to the specific UCLASS driver. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>