mbox series

[0/8] crypto: more alignmask cleanups

Message ID 20241207195752.87654-1-ebiggers@kernel.org
Headers show
Series crypto: more alignmask cleanups | expand

Message

Eric Biggers Dec. 7, 2024, 7:57 p.m. UTC
Remove some of the remaining uses of cra_alignmask.

Eric Biggers (8):
  crypto: anubis - stop using cra_alignmask
  crypto: aria - stop using cra_alignmask
  crypto: tea - stop using cra_alignmask
  crypto: khazad - stop using cra_alignmask
  crypto: seed - stop using cra_alignmask
  crypto: x86 - remove assignments of 0 to cra_alignmask
  crypto: aegis - remove assignments of 0 to cra_alignmask
  crypto: keywrap - remove assignment of 0 to cra_alignmask

 arch/x86/crypto/aegis128-aesni-glue.c |  1 -
 arch/x86/crypto/blowfish_glue.c       |  1 -
 arch/x86/crypto/camellia_glue.c       |  1 -
 arch/x86/crypto/des3_ede_glue.c       |  1 -
 arch/x86/crypto/twofish_glue.c        |  1 -
 crypto/aegis128-core.c                |  2 -
 crypto/anubis.c                       | 14 ++---
 crypto/aria_generic.c                 | 37 ++++++------
 crypto/keywrap.c                      |  1 -
 crypto/khazad.c                       | 17 ++----
 crypto/seed.c                         | 48 +++++++---------
 crypto/tea.c                          | 83 +++++++++++----------------
 12 files changed, 82 insertions(+), 125 deletions(-)


base-commit: b5f217084ab3ddd4bdd03cd437f8e3b7e2d1f5b6

Comments

Ard Biesheuvel Dec. 9, 2024, 10:23 a.m. UTC | #1
On Sat, 7 Dec 2024 at 20:58, Eric Biggers <ebiggers@kernel.org> wrote:
>
> Remove some of the remaining uses of cra_alignmask.
>
> Eric Biggers (8):
>   crypto: anubis - stop using cra_alignmask
>   crypto: aria - stop using cra_alignmask
>   crypto: tea - stop using cra_alignmask
>   crypto: khazad - stop using cra_alignmask
>   crypto: seed - stop using cra_alignmask
>   crypto: x86 - remove assignments of 0 to cra_alignmask
>   crypto: aegis - remove assignments of 0 to cra_alignmask
>   crypto: keywrap - remove assignment of 0 to cra_alignmask
>

Acked-by: Ard Biesheuvel <ardb@kernel.org>

Is it time yet to remove anubis and khazad entirely?




>  arch/x86/crypto/aegis128-aesni-glue.c |  1 -
>  arch/x86/crypto/blowfish_glue.c       |  1 -
>  arch/x86/crypto/camellia_glue.c       |  1 -
>  arch/x86/crypto/des3_ede_glue.c       |  1 -
>  arch/x86/crypto/twofish_glue.c        |  1 -
>  crypto/aegis128-core.c                |  2 -
>  crypto/anubis.c                       | 14 ++---
>  crypto/aria_generic.c                 | 37 ++++++------
>  crypto/keywrap.c                      |  1 -
>  crypto/khazad.c                       | 17 ++----
>  crypto/seed.c                         | 48 +++++++---------
>  crypto/tea.c                          | 83 +++++++++++----------------
>  12 files changed, 82 insertions(+), 125 deletions(-)
>
>
> base-commit: b5f217084ab3ddd4bdd03cd437f8e3b7e2d1f5b6
> --
> 2.47.1
>
>