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-04-03 13:12:26 -07:00
2020-03-23 21:57:44 -07:00
2020-01-27 11:09:31 +01:00
2019-09-26 08:56:17 +02:00
2020-04-06 10:05:42 -07:00
2019-12-09 10:36:44 -08:00
2019-11-26 14:40:13 -08:00
2020-05-08 15:32:15 +10:00
2020-04-07 13:51:39 -07:00
2020-04-03 13:12:26 -07:00
2020-01-24 13:44:07 +01:00
2020-03-30 12:18:49 -07:00