]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
crypto: anubis - stop using cra_alignmask
authorEric Biggers <ebiggers@google.com>
Sat, 7 Dec 2024 19:57:45 +0000 (11:57 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 14 Dec 2024 09:21:43 +0000 (17:21 +0800)
commit8d90528228adcc091b41244fab4d0003d59bdba4
tree439d8a197f8b135084efe7d6a918d711e6219743
parent07d58e0a60f70b3cc176c9427d1ea856d1756820
crypto: anubis - stop using cra_alignmask

Instead of specifying a nonzero alignmask, use the unaligned access
helpers.  This eliminates unnecessary alignment operations on most CPUs,
which can handle unaligned accesses efficiently, and brings us a step
closer to eventually removing support for the alignmask field.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/anubis.c