Lines Matching defs:sgl_ptr
549 struct scatterlist *sgl_ptr;
660 tsgl->sgl_ptr = tsgl->sgl;
685 struct scatterlist *sg = &tsgl->sgl_ptr[i];
793 tsgls->dst.sgl_ptr = tsgls->src.sgl;
807 tsgls->dst.sgl_ptr = tsgls->dst.sgl;
2114 aead_request_set_crypt(req, tsgls->src.sgl_ptr, tsgls->dst.sgl_ptr,
2128 req->src != tsgls->src.sgl_ptr ||
2129 req->dst != tsgls->dst.sgl_ptr ||
2142 if (req->src != tsgls->src.sgl_ptr)
2144 if (req->dst != tsgls->dst.sgl_ptr)
2161 if (tsgls->dst.sgl_ptr != tsgls->src.sgl &&
2883 skcipher_request_set_crypt(req, tsgls->src.sgl_ptr, tsgls->dst.sgl_ptr,
2895 req->src != tsgls->src.sgl_ptr ||
2896 req->dst != tsgls->dst.sgl_ptr ||
2907 if (req->src != tsgls->src.sgl_ptr)
2909 if (req->dst != tsgls->dst.sgl_ptr)
2926 if (tsgls->dst.sgl_ptr != tsgls->src.sgl &&