Lines Matching refs:total_todo
339 remaining = rctx->total_todo - chunk_start; in handle_ablkcipher_req()
535 if (rctx->total_received == rctx->total_todo) { in handle_ablkcipher_resp()
732 rctx->total_todo, rctx->total_sent); in handle_ahash_req()
762 nbytes_to_hash = rctx->total_todo - rctx->total_sent; in handle_ahash_req()
823 if ((rctx->total_sent == rctx->total_todo) && rctx->is_final) in handle_ahash_req()
1051 if (rctx->is_final && (rctx->total_sent == rctx->total_todo)) in handle_ahash_resp()
1325 chunksize = rctx->total_todo; in handle_aead_req()
1706 if (rctx->total_sent < rctx->total_todo) { in spu_rx_callback()
1764 rctx->total_todo = req->nbytes; in ablkcipher_enqueue()
1992 if ((rctx->is_final == 1) && (rctx->total_todo == 0) && in ahash_enqueue()
2035 rctx->total_todo = 0; in __ahash_init()
2147 rctx->total_todo += req->nbytes; in __ahash_update()
2240 rctx->total_todo += req->nbytes; in __ahash_finup()
2354 spu_exp->total_todo = rctx->total_todo; in ahash_export()
2369 rctx->total_todo = spu_exp->total_todo; in ahash_import()
2499 rctx->total_todo += blocksize; in ahash_hmac_init()
2559 rctx->total_todo += blocksize; in ahash_hmac_digest()
2719 rctx->total_todo = req->cryptlen; in aead_enqueue()