]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: inside-secure - fix the cache_len computation
authorAntoine Tenart <antoine.tenart@bootlin.com>
Tue, 13 Feb 2018 08:26:53 +0000 (09:26 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 22 Feb 2018 14:16:26 +0000 (22:16 +0800)
commitef610a5b7bee785bd5bd4ff8f92a1a69e0d4a6a5
treebcdc04b569d95e07460baed07e61e35ec0ac1e38
parentca6d8ac7f87f0d4f6341318bd9dbcd6471c05b0b
crypto: inside-secure - fix the cache_len computation

This patch fixes the cache length computation as cache_len could end up
being a negative value. The check between the queued size and the
block size is updated to reflect the caching mechanism which can cache
up to a full block size (included!).

Fixes: 0f51dcaea2a3 ("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>
drivers/crypto/inside-secure/safexcel_hash.c