
13 Jan
2021
13 Jan
'21
5:10 p.m.
On Mon, 11 Jan 2021 at 08:41, Alexandru Gagniuc mr.nuke.me@gmail.com wrote:
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
lib/ecdsa/ecdsa-verify.c | 117 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 116 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org