Lines Matching refs:total_sent
360 rctx->total_sent = rctx->src_sent; in handle_ablkcipher_req()
458 rctx->total_sent, stat_pad_len); in handle_ablkcipher_req()
743 rctx->total_todo, rctx->total_sent); in handle_ahash_req()
773 nbytes_to_hash = rctx->total_todo - rctx->total_sent; in handle_ahash_req()
823 hash_parms.type = spu->spu_hash_type(rctx->total_sent); in handle_ahash_req()
830 rctx->total_sent += chunksize; in handle_ahash_req()
834 if ((rctx->total_sent == rctx->total_todo) && rctx->is_final) in handle_ahash_req()
893 ctx->auth.mode, rctx->total_sent, in handle_ahash_req()
1062 if (rctx->is_final && (rctx->total_sent == rctx->total_todo)) in handle_ahash_resp()
1400 rctx->total_sent = chunksize; in handle_aead_req()
1470 req->assoclen + rctx->total_sent - in handle_aead_req()
1501 rctx->total_sent, stat_pad_len); in handle_aead_req()
1606 icv_offset = req->assoclen + rctx->total_sent; in handle_aead_resp()
1721 if (rctx->total_sent < rctx->total_todo) { in spu_rx_callback()
1781 rctx->total_sent = 0; in ablkcipher_enqueue()
2072 rctx->total_sent = 0; in __ahash_init()
2391 spu_exp->total_sent = rctx->total_sent; in ahash_export()
2406 rctx->total_sent = spu_exp->total_sent; in ahash_import()
2744 rctx->total_sent = 0; in aead_enqueue()