|
@@ -198,7 +198,7 @@ static int safexcel_ahash_send_req(struct crypto_async_request *async, int ring,
|
|
|
/* If this is not the last request and the queued data
|
|
|
* is a multiple of a block, cache the last one for now.
|
|
|
*/
|
|
|
- extra = queued - crypto_ahash_blocksize(ahash);
|
|
|
+ extra = crypto_ahash_blocksize(ahash);
|
|
|
|
|
|
if (extra) {
|
|
|
sg_pcopy_to_buffer(areq->src, sg_nents(areq->src),
|