summaryrefslogtreecommitdiff
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2021-07-29 19:47:16 +0300
committerPatrice Chotard <patrice.chotard@foss.st.com>2021-08-16 11:49:35 +0300
commit928a8be79480b0e2ea2461a7b2533d3e71bcb3e6 (patch)
tree2c60bd2e21dad4826ee8afc93cb10644ea9943d5 /lib/Kconfig
parent1d54af1392513c09927b97981356acadfa626d63 (diff)
downloadu-boot-928a8be79480b0e2ea2461a7b2533d3e71bcb3e6.tar.xz
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>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 7b445d0164..c535147aea 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -303,6 +303,7 @@ config AES
supported by the algorithm but only a 128-bit key is supported at
present.
+source lib/ecdsa/Kconfig
source lib/rsa/Kconfig
source lib/crypto/Kconfig
source lib/crypt/Kconfig