Lines Matching refs:total_sent
349 rctx->total_sent = rctx->src_sent; in handle_ablkcipher_req()
447 rctx->total_sent, stat_pad_len); in handle_ablkcipher_req()
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()
812 hash_parms.type = spu->spu_hash_type(rctx->total_sent); in handle_ahash_req()
819 rctx->total_sent += chunksize; in handle_ahash_req()
823 if ((rctx->total_sent == rctx->total_todo) && rctx->is_final) in handle_ahash_req()
882 ctx->auth.mode, rctx->total_sent, in handle_ahash_req()
1051 if (rctx->is_final && (rctx->total_sent == rctx->total_todo)) in handle_ahash_resp()
1389 rctx->total_sent = chunksize; in handle_aead_req()
1459 req->assoclen + rctx->total_sent - in handle_aead_req()
1490 rctx->total_sent, stat_pad_len); in handle_aead_req()
1595 icv_offset = req->assoclen + rctx->total_sent; in handle_aead_resp()
1706 if (rctx->total_sent < rctx->total_todo) { in spu_rx_callback()
1766 rctx->total_sent = 0; in ablkcipher_enqueue()
2037 rctx->total_sent = 0; in __ahash_init()
2355 spu_exp->total_sent = rctx->total_sent; in ahash_export()
2370 rctx->total_sent = spu_exp->total_sent; in ahash_import()
2721 rctx->total_sent = 0; in aead_enqueue()