]> git.ipfire.org Git - thirdparty/linux.git/commit
crypto: seed - stop using cra_alignmask
authorEric Biggers <ebiggers@google.com>
Sat, 7 Dec 2024 19:57:49 +0000 (11:57 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 14 Dec 2024 09:21:44 +0000 (17:21 +0800)
commit047ea6d85ee32c768ceec9a3ad6b7f403971aa63
tree7852e5336ed1e5d9132bbf6a81bdafbdffa526db
parent7e0061586f1d6a38641a2f444855c1ddeb10d17e
crypto: seed - 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/seed.c