aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index b6b93d41635..92b9298d658 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -1705,6 +1705,16 @@ static const struct alg_test_desc alg_test_descs[] = {
1705 } 1705 }
1706 } 1706 }
1707 } 1707 }
1708 },{
1709 .alg = "cmac(aes)",
1710 .test = alg_test_hash,
1711 .fips_allowed = 1,
1712 .suite = {
1713 .hash = {
1714 .vecs = cmac_aes_tv_template,
1715 .count = CMAC_AES_TEST_VECTORS
1716 }
1717 }
1708 }, { 1718 }, {
1709 .alg = "crc32c", 1719 .alg = "crc32c",
1710 .test = alg_test_crc32c, 1720 .test = alg_test_crc32c,
@@ -2234,7 +2244,7 @@ static const struct alg_test_desc alg_test_descs[] = {
2234 } 2244 }
2235 } 2245 }
2236 } 2246 }
2237 }, { 2247 },{
2238 .alg = "pcbc(fcrypt)", 2248 .alg = "pcbc(fcrypt)",
2239 .test = alg_test_skcipher, 2249 .test = alg_test_skcipher,
2240 .suite = { 2250 .suite = {