summaryrefslogtreecommitdiff
path: root/test/lib/Makefile
diff options
context:
space:
mode:
authorPhilippe Reynes <[email protected]>2024-12-19 14:05:53 +0100
committerTom Rini <[email protected]>2025-01-18 17:12:47 -0600
commit71503620e834a869a0a1533d9449b034ba231ff3 (patch)
tree110907886b7efaa0b088bc6fb89b4bef5f237eab /test/lib/Makefile
parent12e841114db54bd2021b7c96002a0d2bd24fa646 (diff)
test: lib: add test for key derivation
Adds a test for the function sha256_hkdf. Signed-off-by: Philippe Reynes <[email protected]> Reviewed-by: Raymond Mao <[email protected]>
Diffstat (limited to 'test/lib/Makefile')
-rw-r--r--test/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/Makefile b/test/lib/Makefile
index 4c0abcba81a..24ce6ed8f00 100644
--- a/test/lib/Makefile
+++ b/test/lib/Makefile
@@ -25,6 +25,7 @@ obj-$(CONFIG_UT_LIB_ASN1) += asn1.o
obj-$(CONFIG_UT_LIB_RSA) += rsa.o
obj-$(CONFIG_AES) += test_aes.o
obj-$(CONFIG_SHA256) += test_sha256_hmac.o
+obj-$(CONFIG_HKDF_MBEDTLS) += test_sha256_hkdf.o
obj-$(CONFIG_GETOPT) += getopt.o
obj-$(CONFIG_CRC8) += test_crc8.o
obj-$(CONFIG_UT_LIB_CRYPT) += test_crypt.o