]> git.dujemihanovic.xyz Git - u-boot.git/commit
lib: rsa: export rsa_verify_with_pkey()
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 16 Jun 2020 05:26:48 +0000 (14:26 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Jul 2020 21:14:16 +0000 (23:14 +0200)
commit491bfe86062464b892386e8c8dfe0069975ecedc
treebaec662d2fe965b8818aabe40a987998bd8e607b
parent53ce9a6ed98b69a82e54a28254b014e480fc98ca
lib: rsa: export rsa_verify_with_pkey()

This function will be used to implement public_key_verify_signature()
in a later patch. rsa_verify() is not suitable here because calculation
of message digest is not necessary.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/u-boot/rsa.h
lib/rsa/rsa-verify.c