commit | c1a8fa6e240ed4b99778d48ab790743565cb61c8 | [log] [tgz] |
---|---|---|
author | Antoine Tenart <antoine.tenart@bootlin.com> | Tue Feb 13 09:26:52 2018 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Feb 22 22:16:24 2018 +0800 |
tree | 9f0ff0064a78d1a30f3e8047cdafbf2af3277ba5 | |
parent | e1d24c0bb76648cdf789b168defb6e31adb0b1b1 [diff] |
crypto: inside-secure - fix the extra cache computation This patch fixes the extra cache computation when the queued data is a multiple of a block size. This fixes the hash support in some cases. Fixes: 809778e02cd4 ("crypto: inside-secure - fix hash when length is a multiple of a block") Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>