Skip to content

Commit

Permalink
crypto: testmgr - remove unused xts4096 and xts512 algorithms from te…
Browse files Browse the repository at this point in the history
…stmgr.c

Commit a93492c ("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>
  • Loading branch information
jvdsn authored and herbertx committed Jan 26, 2024
1 parent 4da3bc6 commit 8203695
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions crypto/testmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8203695

Please sign in to comment.