aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorAntoine Ténart <antoine.tenart@free-electrons.com>2017-12-26 17:21:17 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2018-01-05 18:43:06 +1100
commit809778e02cd45d0625439fee67688f655627bb3c (patch)
tree9b6ac57c9b59da9ba0572c803d89480c936ab2d6 /crypto
parentcrypto: inside-secure - avoid unmapping DMA memory that was not mapped (diff)
downloadlinux-dev-809778e02cd45d0625439fee67688f655627bb3c.tar.xz
linux-dev-809778e02cd45d0625439fee67688f655627bb3c.zip
crypto: inside-secure - fix hash when length is a multiple of a block
This patch fixes the hash support in the SafeXcel driver when the update size is a multiple of a block size, and when a final call is made just after with a size of 0. In such cases the driver should cache the last block from the update to avoid handling 0 length data on the final call (that's a hardware limitation). Cc: stable@vger.kernel.org Fixes: 1b44c5a60c13 ("crypto: inside-secure - add SafeXcel EIP197 crypto engine driver") Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions