Lines Matching refs:to_hash
3542 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_ctx() local
3548 to_hash = in_len - *next_buflen; in ahash_update_ctx()
3550 if (to_hash) { in ahash_update_ctx()
3615 dpaa2_fl_set_len(in_fle, ctx->ctx_len + to_hash); in ahash_update_ctx()
3994 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_no_ctx() local
4000 to_hash = in_len - *next_buflen; in ahash_update_no_ctx()
4002 if (to_hash) { in ahash_update_no_ctx()
4065 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_no_ctx()
4211 int to_hash; in ahash_update_first() local
4218 to_hash = req->nbytes - *next_buflen; in ahash_update_first()
4220 if (to_hash) { in ahash_update_first()
4254 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_first()