Lines Matching defs:dst
151 struct buffer_desc *dst;
159 struct buffer_desc *dst;
360 scatterwalk_map_and_copy(req_ctx->hmac_virt, req->dst,
383 free_buf_chain(dev, req_ctx->dst, crypt->dst_buf);
400 scatterwalk_map_and_copy(req->iv, req->dst,
408 if (req_ctx->dst)
409 free_buf_chain(dev, req_ctx->dst, crypt->dst_buf);
964 skcipher_request_set_crypt(&rctx->fallback_req, areq->src, areq->dst,
989 if (sg_nents(req->src) > 1 || sg_nents(req->dst) > 1)
1018 if (req->src != req->dst) {
1023 * for more than one dst buffer, I think. */
1024 req_ctx->dst = NULL;
1025 if (!chainup_buffers(dev, req->dst, nbytes, &dst_hook,
1029 req_ctx->dst = dst_hook.next;
1032 req_ctx->dst = NULL;
1049 if (req->src != req->dst)
1050 free_buf_chain(dev, req_ctx->dst, crypt->dst_buf);
1149 req_ctx->dst = NULL;
1151 if (req->src != req->dst) {
1157 buf = chainup_buffers(dev, req->dst, crypt->auth_len,
1159 req_ctx->dst = dst_hook.next;
1196 free_buf_chain(dev, req_ctx->dst, crypt->dst_buf);