linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto: remove unused xts4096 and xts512 algorithms from testmgr.c
@ 2024-01-21 19:45 Joachim Vandersmissen
  2024-01-22 10:52 ` Ard Biesheuvel
  2024-01-26  9:10 ` Herbert Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Joachim Vandersmissen @ 2024-01-21 19:45 UTC (permalink / raw)
  To: linux-crypto, Herbert Xu; +Cc: Joachim Vandersmissen

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(-)

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] crypto: remove unused xts4096 and xts512 algorithms from testmgr.c
  2024-01-21 19:45 [PATCH] crypto: remove unused xts4096 and xts512 algorithms from testmgr.c Joachim Vandersmissen
@ 2024-01-22 10:52 ` Ard Biesheuvel
  2024-01-26  9:10 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Ard Biesheuvel @ 2024-01-22 10:52 UTC (permalink / raw)
  To: Joachim Vandersmissen; +Cc: linux-crypto, Herbert Xu

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
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] crypto: remove unused xts4096 and xts512 algorithms from testmgr.c
  2024-01-21 19:45 [PATCH] crypto: remove unused xts4096 and xts512 algorithms from testmgr.c Joachim Vandersmissen
  2024-01-22 10:52 ` Ard Biesheuvel
@ 2024-01-26  9:10 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2024-01-26  9:10 UTC (permalink / raw)
  To: Joachim Vandersmissen; +Cc: linux-crypto

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.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-26  9:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-21 19:45 [PATCH] crypto: remove unused xts4096 and xts512 algorithms from testmgr.c Joachim Vandersmissen
2024-01-22 10:52 ` Ard Biesheuvel
2024-01-26  9:10 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).