aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 5823735cf381..f19a392ade78 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -1974,6 +1974,16 @@ static const struct alg_test_desc alg_test_descs[] = {
1974 } 1974 }
1975 } 1975 }
1976 }, { 1976 }, {
1977 .alg = "crct10dif",
1978 .test = alg_test_hash,
1979 .fips_allowed = 1,
1980 .suite = {
1981 .hash = {
1982 .vecs = crct10dif_tv_template,
1983 .count = CRCT10DIF_TEST_VECTORS
1984 }
1985 }
1986 }, {
1977 .alg = "cryptd(__driver-cbc-aes-aesni)", 1987 .alg = "cryptd(__driver-cbc-aes-aesni)",
1978 .test = alg_test_null, 1988 .test = alg_test_null,
1979 .fips_allowed = 1, 1989 .fips_allowed = 1,