diff options
author | Eric Biggers <ebiggers@google.com> | 2020-05-02 07:31:05 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-05-08 07:32:13 +0200 |
commit | 1306664fdeeffc92c31ef034e9f2f5516b0d5c97 (patch) | |
tree | 15411659460fce3c556ce6df86c60e04c8cd6e5c /crypto/crc32_generic.c | |
parent | crypto: arm64/aes-glue - use crypto_shash_tfm_digest() (diff) | |
download | linux-1306664fdeeffc92c31ef034e9f2f5516b0d5c97.tar.xz linux-1306664fdeeffc92c31ef034e9f2f5516b0d5c97.zip |
crypto: essiv - use crypto_shash_tfm_digest()
Instead of manually allocating a 'struct shash_desc' on the stack and
calling crypto_shash_digest(), switch to using the new helper function
crypto_shash_tfm_digest() which does this for us.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/crc32_generic.c')
0 files changed, 0 insertions, 0 deletions