commit | 30962bf1cb027f4e1f1fb2d328b8e1afb3ec6202 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Jun 16 14:26:48 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 11 23:14:16 2020 +0200 |
tree | baec662d2fe965b8818aabe40a987998bd8e607b | |
parent | 33424eaefa2fa5c560151944f38e1bc3190c9377 [diff] |
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>