Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: b460edb ("crypto: inside-secure - sha512 support") Signed-off-by: Antoine Tenart <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information