This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
u-boot
Watch
1
Star
0
Fork
0
You've already forked u-boot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f0045799c6
u-boot
/
lib
/
ecdsa
/
Makefile
2 lines
52 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2021-07-29 16:47:16 +00:00
obj-$(CONFIG_$(SPL_)ECDSA_VERIFY)
+=
ecdsa-verify.o
Reference in New Issue
Copy Permalink