crypto: shash - remove crypto_shash_alignmask
authorEric Biggers <ebiggers@google.com>
Thu, 19 Oct 2023 05:53:43 +0000 (22:53 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Oct 2023 10:04:25 +0000 (18:04 +0800)
commit3dca18fcfebf33f2a73876f9314f7621c2e2fb0b
treeba8cdf2228ee25fe62f43dc89fc15ff9fb85c87a
parentf6f1514cf72e5d9c2b7c2bc53c43f482b6183d29
crypto: shash - remove crypto_shash_alignmask

crypto_shash_alignmask() no longer has any callers, and it always
returns 0 now that the shash algorithm type no longer supports nonzero
alignmasks.  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