Lines Matching refs:to_hash
3471 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_ctx() local
3478 to_hash = in_len - *next_buflen; in ahash_update_ctx()
3480 if (to_hash) { in ahash_update_ctx()
3529 to_hash - *buflen, in ahash_update_ctx()
3549 dpaa2_fl_set_len(in_fle, ctx->ctx_len + to_hash); in ahash_update_ctx()
3932 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_no_ctx() local
3938 to_hash = in_len - *next_buflen; in ahash_update_no_ctx()
3940 if (to_hash) { in ahash_update_no_ctx()
3982 to_hash - *buflen, in ahash_update_no_ctx()
4008 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_no_ctx()
4156 int to_hash; in ahash_update_first() local
4163 to_hash = req->nbytes - *next_buflen; in ahash_update_first()
4165 if (to_hash) { in ahash_update_first()
4199 dpaa2_fl_set_len(in_fle, to_hash); in ahash_update_first()
4224 scatterwalk_map_and_copy(next_buf, req->src, to_hash, in ahash_update_first()