Lines Matching refs:processed
891 reqctx->processed + wrparam->bytes - AES_BLOCK_SIZE); in create_cipher_wr()
1104 ctr_add_iv(iv, req->iv, (reqctx->processed / in chcr_update_cipher_iv()
1108 CTR_RFC3686_IV_SIZE) = cpu_to_be32((reqctx->processed / in chcr_update_cipher_iv()
1138 ctr_add_iv(iv, req->iv, DIV_ROUND_UP(reqctx->processed, in chcr_final_cipher_iv()
1173 if (req->cryptlen == reqctx->processed) { in chcr_handle_cipher_resp()
1184 if ((bytes + reqctx->processed) >= req->cryptlen) in chcr_handle_cipher_resp()
1185 bytes = req->cryptlen - reqctx->processed; in chcr_handle_cipher_resp()
1190 bytes = req->cryptlen - reqctx->processed; in chcr_handle_cipher_resp()
1222 reqctx->processed += bytes; in chcr_handle_cipher_resp()
1256 reqctx->processed = 0; in process_cipher()
1302 if ((bytes + reqctx->processed) >= req->cryptlen) in process_cipher()
1303 bytes = req->cryptlen - reqctx->processed; in process_cipher()
1351 reqctx->processed = bytes; in process_cipher()
1353 reqctx->partial_req = !!(req->cryptlen - reqctx->processed); in process_cipher()
1728 req_ctx->hctx_wr.processed += params.sg_len; in chcr_ahash_update()
1911 req_ctx->hctx_wr.processed += params.sg_len; in chcr_ahash_finup()
2005 req_ctx->hctx_wr.processed += params.sg_len; in chcr_ahash_digest()
2047 if ((params.sg_len + hctx_wr->processed) > req->nbytes) in chcr_ahash_continue()
2048 params.sg_len = req->nbytes - hctx_wr->processed; in chcr_ahash_continue()
2050 ((params.sg_len + hctx_wr->processed) < req->nbytes)) { in chcr_ahash_continue()
2073 hctx_wr->processed += params.sg_len; in chcr_ahash_continue()
2107 if (hctx_wr->isfinal || ((hctx_wr->processed + reqctx->reqlen) == in chcr_handle_ahash_resp()
2737 buf, wrparam->bytes, reqctx->processed); in chcr_add_cipher_src_ent()