Lines Matching refs:to_hash
3528 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_ctx() local
3534 to_hash = in_len - *next_buflen; in ahash_update_ctx()
3536 if (to_hash) { in ahash_update_ctx()
3601 dpaa2_fl_set_len(in_fle, ctx->ctx_len + to_hash); in ahash_update_ctx()
3980 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_no_ctx() local
3986 to_hash = in_len - *next_buflen; in ahash_update_no_ctx()
3988 if (to_hash) { in ahash_update_no_ctx()
4051 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_no_ctx()
4197 int to_hash; in ahash_update_first() local
4204 to_hash = req->nbytes - *next_buflen; in ahash_update_first()
4206 if (to_hash) { in ahash_update_first()
4240 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_first()