Lines Matching defs:dst
128 struct scatterlist *src, *dst;
144 * src scatterlist is read-only. dst scatterlist is r/w. During the
145 * first loop, src points to req->src and dst to req->dst. For any
146 * subsequent round, the code operates on req->dst only.
149 dst = req->dst;
170 crypto_kw_scatterlist_ff(&dst_walk, dst, nbytes);
178 /* we now start to operate on the dst SGL only */
179 src = req->dst;
180 dst = req->dst;
197 struct scatterlist *src, *dst;
204 * This means that the dst memory must be one semiblock larger than src.
217 * src scatterlist is read-only. dst scatterlist is r/w. During the
218 * first loop, src points to req->src and dst to req->dst. For any
219 * subsequent round, the code operates on req->dst only.
222 dst = req->dst;
229 scatterwalk_start(&dst_walk, dst);
250 /* we now start to operate on the dst SGL only */
251 src = req->dst;
252 dst = req->dst;