]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
crypto: marvell - Don't copy hash operation twice into the SRAM
authorRomain Perier <romain.perier@free-electrons.com>
Mon, 5 Dec 2016 08:56:38 +0000 (09:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Dec 2016 16:50:35 +0000 (08:50 -0800)
commit666531ca650e67f111af70789a48b0d169772b78
tree8fd0ab0ebceec570279ff71b20a39bda95397ca3
parent04925ba9b944e5aef43a309e772ad52c7bf048a8
crypto: marvell - Don't copy hash operation twice into the SRAM

commit 68c7f8c1c4e9b06e6b153fa3e9e0cda2ef5aaed8 upstream.

No need to copy the template of an hash operation twice into the SRAM
from the step function.

Fixes: commit 85030c5168f1 ("crypto: marvell - Add support for chai...")
Signed-off-by: Romain Perier <romain.perier@free-electrons.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/crypto/marvell/hash.c