crypto: hash - introduce crypto_hash_alg_has_setkey()
authorEric Biggers <ebiggers@google.com>
Wed, 3 Jan 2018 19:16:22 +0000 (11:16 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Feb 2018 12:21:15 +0000 (13:21 +0100)
commitd2b492bda56046fca0ae4579c142e2d15d235156
tree9f1267c689e2d344377023947e74081617287411
parent016572d31d325220ab2e1b54a80a5dcda0884eaf
crypto: hash - introduce crypto_hash_alg_has_setkey()

commit cd6ed77ad5d223dc6299fb58f62e0f5267f7e2ba upstream.

Templates that use an shash spawn can use crypto_shash_alg_has_setkey()
to determine whether the underlying algorithm requires a key or not.
But there was no corresponding function for ahash spawns.  Add it.

Note that the new function actually has to support both shash and ahash
algorithms, since the ahash API can be used with either.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
crypto/ahash.c
include/crypto/internal/hash.h