diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2023-08-30 17:57:06 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-10-12 21:59:33 +0800 |
commit | 30febae71c6182e0762dc7744737012b4f8e6a6d (patch) | |
tree | 1b9ce362ebecee5941bd8783d6a2cba87b96bd23 /crypto/testmgr.c | |
parent | 62a465c25e99b9a98259a6b7f5bb759f5296d501 (diff) |
crypto: testmgr - Remove zlib-deflate
Remove zlib-deflate test vectors as it no longer exists in the kernel.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r-- | crypto/testmgr.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c index aed4a6bf47ad..bd4952e4ec6d 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -5773,16 +5773,6 @@ static const struct alg_test_desc alg_test_descs[] = { .hash = __VECS(xxhash64_tv_template) } }, { - .alg = "zlib-deflate", - .test = alg_test_comp, - .fips_allowed = 1, - .suite = { - .comp = { - .comp = __VECS(zlib_deflate_comp_tv_template), - .decomp = __VECS(zlib_deflate_decomp_tv_template) - } - } - }, { .alg = "zstd", .test = alg_test_comp, .fips_allowed = 1, |