]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: ahash - remove crypto_ahash_alignmask
authorEric Biggers <ebiggers@google.com>
Sun, 22 Oct 2023 08:10:53 +0000 (01:10 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Oct 2023 10:04:29 +0000 (18:04 +0800)
commit0f8660c82b79af595b056f6b9f4f227edeb88574
tree4b5593d20c91173dc1a49a535c24c0f8f347946f
parent33fe2fb763a84152a297e97b144bbda19fde67e4
crypto: ahash - remove crypto_ahash_alignmask

crypto_ahash_alignmask() no longer has any callers, and it always
returns 0 now that neither ahash nor shash algorithms support nonzero
alignmasks anymore.  Therefore, remove it.

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