]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: hctr2 - stop using alignmask of shash_alg
authorEric Biggers <ebiggers@google.com>
Thu, 19 Oct 2023 05:53:42 +0000 (22:53 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Oct 2023 10:04:25 +0000 (18:04 +0800)
commitf6f1514cf72e5d9c2b7c2bc53c43f482b6183d29
tree711a96d3c6b607c4cf4c693088386f261a249d9e
parent321dfe9777a88cdafe676bb03bab07af26c6cfd8
crypto: hctr2 - stop using alignmask of shash_alg

Now that the shash algorithm type does not support nonzero alignmasks,
shash_alg::base.cra_alignmask is always 0, so OR-ing it into another
value is a no-op.

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