]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
crypto: authenc - stop using alignmask of ahash
authorEric Biggers <ebiggers@google.com>
Sun, 22 Oct 2023 08:10:45 +0000 (01:10 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Oct 2023 10:04:29 +0000 (18:04 +0800)
commit58e4bb5f16e7b643f7ee5d30cd355cefb44b2da9
tree0959606dd9b8adb0d7653cab0eb3bb9ad4ff25f4
parentc626910f3f1bbce6ad18bc613d895d2a089ed95e
crypto: authenc - 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/authenc.c