Message ID | 20241207195752.87654-1-ebiggers@kernel.org |
---|---|
Headers | show |
Series | crypto: more alignmask cleanups | expand |
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 > >