]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: hmac - Zero shash desc in setkey
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 15 May 2025 05:54:40 +0000 (13:54 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 19 May 2025 05:48:19 +0000 (13:48 +0800)
commita05a8bc5705165fe3ce9ea79048a5ff807e4651f
tree6bf24fbfe4f9ee2885680c27252092736f838b53
parent9d7a0ab1c75365158b28a5f7fa516061ea40b1b8
crypto: hmac - Zero shash desc in setkey

The shash desc needs to be zeroed after use in setkey as it is
not finalised (finalisation automatically zeroes it).

Also remove the final function as it's been superseded by finup.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/hmac.c