From: Herbert Xu <herbert@gondor.apana.org.au> Date: 2018-02-15 15:42:50
On Wed, Jan 24, 2018 at 07:09:07PM -0800, Eric Biggers wrote:
From: Eric Biggers <redacted>
There is no need for ahash_mcryptd_{update,final,finup,digest}(); we
should just call crypto_ahash_*() directly.
Signed-off-by: Eric Biggers <redacted>