test: lib: add test for key derivation
authorPhilippe Reynes <philippe.reynes@softathome.com>
Thu, 19 Dec 2024 13:05:53 +0000 (14:05 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 18 Jan 2025 23:12:47 +0000 (17:12 -0600)
commit71503620e834a869a0a1533d9449b034ba231ff3
tree110907886b7efaa0b088bc6fb89b4bef5f237eab
parent12e841114db54bd2021b7c96002a0d2bd24fa646
test: lib: add test for key derivation

Adds a test for the function sha256_hkdf.

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