diff options
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r-- | crypto/testmgr.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c index d4639789de3a..18172526e16d 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c | |||
@@ -2320,6 +2320,15 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
2320 | .alg = "compress_null", | 2320 | .alg = "compress_null", |
2321 | .test = alg_test_null, | 2321 | .test = alg_test_null, |
2322 | }, { | 2322 | }, { |
2323 | .alg = "crc32", | ||
2324 | .test = alg_test_hash, | ||
2325 | .suite = { | ||
2326 | .hash = { | ||
2327 | .vecs = crc32_tv_template, | ||
2328 | .count = CRC32_TEST_VECTORS | ||
2329 | } | ||
2330 | } | ||
2331 | }, { | ||
2323 | .alg = "crc32c", | 2332 | .alg = "crc32c", |
2324 | .test = alg_test_crc32c, | 2333 | .test = alg_test_crc32c, |
2325 | .fips_allowed = 1, | 2334 | .fips_allowed = 1, |