Lines Matching defs:dst
637 struct scatterlist *dst,
651 if (sg_dma_len(dst) == dstskip) {
652 dst = sg_next(dst);
656 while (src && dst &&
663 while (dst && ((dstsg + 1) <= MAX_DSGL_ENT) &&
667 less = min_t(unsigned int, sg_dma_len(dst) - offset -
671 if ((offset + dstskip) == sg_dma_len(dst)) {
672 dst = sg_next(dst);
700 skcipher_request_set_crypt(&reqctx->fallback_req, req->src, req->dst,
1285 dnents = sg_nents_xlen(req->dst, req->cryptlen,
1299 bytes = chcr_sg_ent_in_wr(req->src, req->dst, 0,
1340 reqctx->dstsg = req->dst;
2426 aead_request_set_crypt(subreq, req->src, req->dst, req->cryptlen,
2472 dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen +
2585 /* calculate and handle src and dst sg length separately
2588 if (req->src == req->dst) {
2608 if (req->src == req->dst) {
2620 error = dma_map_sg(dev, req->dst,
2621 sg_nents_for_len(req->dst, dst_len),
2646 /* calculate and handle src and dst sg length separately
2649 if (req->src == req->dst) {
2664 if (req->src == req->dst) {
2672 dma_unmap_sg(dev, req->dst,
2673 sg_nents_for_len(req->dst, dst_len),
2722 dsgl_walk_add_sg(&dsgl_walk, req->dst, temp, 0);
2836 if (req->src == req->dst) {
2846 error = dma_map_sg(dev, req->dst, sg_nents(req->dst),
2863 if (req->src == req->dst) {
2869 dma_unmap_sg(dev, req->dst, sg_nents(req->dst),
3066 dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen
3162 dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen +