All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] crypto: more alignmask cleanups
@ 2024-12-07 19:57 Eric Biggers
  2024-12-07 19:57 ` [PATCH 1/8] crypto: anubis - stop using cra_alignmask Eric Biggers
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Eric Biggers @ 2024-12-07 19:57 UTC (permalink / raw)
  To: linux-crypto

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


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

end of thread, other threads:[~2024-12-14  9:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-07 19:57 [PATCH 0/8] crypto: more alignmask cleanups Eric Biggers
2024-12-07 19:57 ` [PATCH 1/8] crypto: anubis - stop using cra_alignmask Eric Biggers
2024-12-07 19:57 ` [PATCH 2/8] crypto: aria " Eric Biggers
2024-12-07 19:57 ` [PATCH 3/8] crypto: tea " Eric Biggers
2024-12-07 19:57 ` [PATCH 4/8] crypto: khazad " Eric Biggers
2024-12-07 19:57 ` [PATCH 5/8] crypto: seed " Eric Biggers
2024-12-07 19:57 ` [PATCH 6/8] crypto: x86 - remove assignments of 0 to cra_alignmask Eric Biggers
2024-12-07 19:57 ` [PATCH 7/8] crypto: aegis " Eric Biggers
2024-12-07 19:57 ` [PATCH 8/8] crypto: keywrap - remove assignment " Eric Biggers
2024-12-09 10:23 ` [PATCH 0/8] crypto: more alignmask cleanups Ard Biesheuvel
2024-12-14  9:29 ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.