aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 442ddb46bbe5..f37e544dddf0 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -1913,6 +1913,9 @@ static const struct alg_test_desc alg_test_descs[] = {
1913 } 1913 }
1914 } 1914 }
1915 }, { 1915 }, {
1916 .alg = "compress_null",
1917 .test = alg_test_null,
1918 }, {
1916 .alg = "crc32c", 1919 .alg = "crc32c",
1917 .test = alg_test_crc32c, 1920 .test = alg_test_crc32c,
1918 .fips_allowed = 1, 1921 .fips_allowed = 1,
@@ -2127,6 +2130,9 @@ static const struct alg_test_desc alg_test_descs[] = {
2127 } 2130 }
2128 } 2131 }
2129 }, { 2132 }, {
2133 .alg = "digest_null",
2134 .test = alg_test_null,
2135 }, {
2130 .alg = "ecb(__aes-aesni)", 2136 .alg = "ecb(__aes-aesni)",
2131 .test = alg_test_null, 2137 .test = alg_test_null,
2132 .fips_allowed = 1, 2138 .fips_allowed = 1,
@@ -2237,6 +2243,9 @@ static const struct alg_test_desc alg_test_descs[] = {
2237 } 2243 }
2238 } 2244 }
2239 }, { 2245 }, {
2246 .alg = "ecb(cipher_null)",
2247 .test = alg_test_null,
2248 }, {
2240 .alg = "ecb(des)", 2249 .alg = "ecb(des)",
2241 .test = alg_test_skcipher, 2250 .test = alg_test_skcipher,
2242 .fips_allowed = 1, 2251 .fips_allowed = 1,