crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c
authorJoachim Vandersmissen <git@jvdsn.com>
Sun, 21 Jan 2024 19:45:26 +0000 (13:45 -0600)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 26 Jan 2024 08:39:33 +0000 (16:39 +0800)
commit8203695ca50b421fe2650d2e9506533b59e13d4c
treee5977ce304953a945f44ff01626ac22fc18314f8
parent4da3bc65d218605557696109e42cfeee666d601f
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>
crypto/testmgr.c