crypto: inside-secure - fix queued len computation
authorAntoine Tenart <antoine.tenart@bootlin.com>
Mon, 27 May 2019 14:51:02 +0000 (16:51 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 6 Jun 2019 06:38:56 +0000 (14:38 +0800)
commitccd65a206a5025cf953a2e4f37e894921b131a5c
tree9f8f517c33417f1422172422eedc3e2a32e45201
parentb926213d6fede9c9427d7c12eaf7d9f0895deb4e
crypto: inside-secure - fix queued len computation

This patch fixes the queued len computation, which could theoretically
be wrong if req->len[1] - req->processed[1] > 1. Be future-proof here,
and fix it.

Fixes: b460edb6230a ("crypto: inside-secure - sha512 support")
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