OSDN Git Service

sctp: use crypto_shash_tfm_digest()
authorEric Biggers <ebiggers@google.com>
Sat, 2 May 2020 05:31:20 +0000 (22:31 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 8 May 2020 05:32:15 +0000 (15:32 +1000)
commit75b93c635482dead3071fe60180b12191d3b3b0f
treeaa4d55d9c94841ec5bb381102ecca865d0812f57
parentec0bf6edc4ad80b722ebec12a3c7eb392e28d2cb
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>
net/sctp/auth.c
net/sctp/sm_make_chunk.c