]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: testmgr - stop checking crypto_shash_alignmask
authorEric Biggers <ebiggers@google.com>
Thu, 19 Oct 2023 05:53:40 +0000 (22:53 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Oct 2023 10:04:25 +0000 (18:04 +0800)
commit2125c11efd83a5aeb9bf04bcbc83b49e8d7e2afb
tree5ecea2ac18f8a6b7a1f38d9fbd50ecf0f06b12ad
parenteed577b9a9220dc9f3968b54d055a3884d219897
crypto: testmgr - stop checking crypto_shash_alignmask

Now that the shash algorithm type does not support nonzero alignmasks,
crypto_shash_alignmask() always returns 0 and will be removed.  In
preparation for this, stop checking crypto_shash_alignmask() in testmgr.

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