crypto: ccp - Release all allocated memory if sha type is invalid
authorNavid Emamdoost <navid.emamdoost@gmail.com>
Thu, 19 Sep 2019 16:04:48 +0000 (11:04 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 4 Oct 2019 15:06:20 +0000 (01:06 +1000)
commit128c66429247add5128c03dc1e144ca56f05a4e2
treec533fb093d215eff2a2c388d8b8a0a219ed70856
parenta7174f978563e112fcd8601c9f8b4a9ddef3388d
crypto: ccp - Release all allocated memory if sha type is invalid

Release all allocated memory if sha type is invalid:
In ccp_run_sha_cmd, if the type of sha is invalid, the allocated
hmac_buf should be released.

v2: fix the goto.

Signed-off-by: Navid Emamdoost <navid.emamdoost@gmail.com>
Acked-by: Gary R Hook <gary.hook@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/ccp/ccp-ops.c