commit | cea1f65bc774c0fb0ff5ff5ba85388a955a637a1 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Dec 17 17:54:22 2019 +0900 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 16 23:09:53 2020 -0500 |
tree | 1e5677b02ac6d6714fc2996446e5d0c71ad9cf21 | |
parent | 4781eb41119b1a1348c41eb92be9fc233143a3ac [diff] |
test: add rsa_verify() unit test In this patch, a very simple test is added to verify that rsa_verify() using rsa_verify_with_pkey() work correctly. To keep the code simple, all the test data, either public key and verified binary data, are embedded in the source. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>