]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: marvell/cesa - easier way to get the transform
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 18 Oct 2015 16:23:30 +0000 (17:23 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 20 Oct 2015 14:10:49 +0000 (22:10 +0800)
commit80754539ec936b0afe8a3c406b7d67612977cc71
treeecc939c0821df7590ab7fe8bf0423681c40c0987
parent524e56c31a6fe21e6f6f543360359e7a97dfabfb
crypto: marvell/cesa - easier way to get the transform

There's an easier way to get at the hash transform - rather than
using crypto_ahash_tfm(ahash), we can get it directly from
req->base.tfm.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/marvell/hash.c