summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorJoachim Vandersmissen <git@jvdsn.com>2024-01-21 13:45:26 -0600
committerHerbert Xu <herbert@gondor.apana.org.au>2024-01-26 16:39:33 +0800
commit8203695ca50b421fe2650d2e9506533b59e13d4c (patch)
treee5977ce304953a945f44ff01626ac22fc18314f8 /crypto
parent4da3bc65d218605557696109e42cfeee666d601f (diff)
downloadlinux-8203695ca50b421fe2650d2e9506533b59e13d4c.tar.gz
linux-8203695ca50b421fe2650d2e9506533b59e13d4c.tar.bz2
linux-8203695ca50b421fe2650d2e9506533b59e13d4c.zip
crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c
Commit a93492cae30a ("crypto: ccree - remove data unit size support") removed support for the xts512 and xts4096 algorithms, but left them defined in testmgr.c. This patch removes those definitions. Signed-off-by: Joachim Vandersmissen <git@jvdsn.com> Acked-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/testmgr.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index c26aeda85787..3dddd288ca02 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -5720,14 +5720,6 @@ static const struct alg_test_desc alg_test_descs[] = {
}
}, {
#endif
- .alg = "xts4096(paes)",
- .test = alg_test_null,
- .fips_allowed = 1,
- }, {
- .alg = "xts512(paes)",
- .test = alg_test_null,
- .fips_allowed = 1,
- }, {
.alg = "xxhash64",
.test = alg_test_hash,
.fips_allowed = 1,