Searched hist:"666 a9c70" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 666a9c70 Tue Feb 13 02:26:53 CST 2018 Antoine Tenart <antoine.tenart@bootlin.com> 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: 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> 666a9c70 Tue Feb 13 02:26:53 CST 2018 Antoine Tenart <antoine.tenart@bootlin.com> 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: 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>
|