diff mbox series

crypto: remove unused xts4096 and xts512 algorithms from testmgr.c

Message ID 20240121194526.344007-1-git@jvdsn.com
State Accepted
Commit 8203695ca50b421fe2650d2e9506533b59e13d4c
Headers show
Series crypto: remove unused xts4096 and xts512 algorithms from testmgr.c | expand

Commit Message

Joachim Vandersmissen Jan. 21, 2024, 7:45 p.m. UTC
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>
---
 crypto/testmgr.c | 8 --------
 1 file changed, 8 deletions(-)

Comments

Ard Biesheuvel Jan. 22, 2024, 10:52 a.m. UTC | #1
On Sun, 21 Jan 2024 at 20:55, Joachim Vandersmissen <git@jvdsn.com> wrote:
>
> 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>

> ---
>  crypto/testmgr.c | 8 --------
>  1 file changed, 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,
> --
> 2.43.0
>
>
Herbert Xu Jan. 26, 2024, 9:10 a.m. UTC | #2
On Sun, Jan 21, 2024 at 01:45:26PM -0600, Joachim Vandersmissen wrote:
> 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>
> ---
>  crypto/testmgr.c | 8 --------
>  1 file changed, 8 deletions(-)

Patch applied.  Thanks.
diff mbox series

Patch

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,