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

Now that the alignmask for ahash and shash algorithms is always 0,
simplify chachapoly_create() accordingly.

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