Files
kernel/net
Eric Biggers 75b93c6354 sctp: 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.

Cc: linux-sctp@vger.kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2020-05-08 15:32:15 +10:00
..
2020-03-23 21:57:44 -07:00
2020-01-27 11:09:31 +01:00
2020-04-06 10:05:42 -07:00
2020-05-08 15:32:15 +10:00