test: lib: add test for sha256_hmac
authorPhilippe Reynes <philippe.reynes@softathome.com>
Thu, 19 Dec 2024 13:05:51 +0000 (14:05 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 18 Jan 2025 23:12:47 +0000 (17:12 -0600)
commit44ce63016d87350793d9ba26ff62f93f92c231ba
tree7667ec223b92a66da8cdcb07e820cf4bae3ef781
parente364a9148f0adecf32628c16b1571dd729b45358
test: lib: add test for sha256_hmac

Adds a test for the function sha256_hmac

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Raymond Mao <raymond.mao@linaro.org>
test/lib/Makefile
test/lib/test_sha256_hmac.c [new file with mode: 0644]