]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: authencesn - stop using alignmask of ahash
authorEric Biggers <ebiggers@google.com>
Sun, 22 Oct 2023 08:10:46 +0000 (01:10 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Oct 2023 10:04:29 +0000 (18:04 +0800)
commit03be4e45074e2a9cb5e06bf527141716262574e6
tree98c38652ae4a6ff6297f0cfc467978c15f0e6ac7
parent58e4bb5f16e7b643f7ee5d30cd355cefb44b2da9
crypto: authencesn - stop using alignmask of ahash

Now that the alignmask for ahash and shash algorithms is always 0,
simplify the code in authenc accordingly.

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