Lines Matching refs:to_hash
3527 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_ctx() local
3533 to_hash = in_len - *next_buflen; in ahash_update_ctx()
3535 if (to_hash) { in ahash_update_ctx()
3600 dpaa2_fl_set_len(in_fle, ctx->ctx_len + to_hash); in ahash_update_ctx()
3979 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_no_ctx() local
3985 to_hash = in_len - *next_buflen; in ahash_update_no_ctx()
3987 if (to_hash) { in ahash_update_no_ctx()
4050 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_no_ctx()
4196 int to_hash; in ahash_update_first() local
4203 to_hash = req->nbytes - *next_buflen; in ahash_update_first()
4205 if (to_hash) { in ahash_update_first()
4239 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_first()