Lines Matching refs:sgl_ptr
559 struct scatterlist *sgl_ptr;
670 tsgl->sgl_ptr = tsgl->sgl;
695 struct scatterlist *sg = &tsgl->sgl_ptr[i];
803 tsgls->dst.sgl_ptr = tsgls->src.sgl;
817 tsgls->dst.sgl_ptr = tsgls->dst.sgl;
2123 aead_request_set_crypt(req, tsgls->src.sgl_ptr, tsgls->dst.sgl_ptr,
2137 req->src != tsgls->src.sgl_ptr ||
2138 req->dst != tsgls->dst.sgl_ptr ||
2151 if (req->src != tsgls->src.sgl_ptr)
2153 if (req->dst != tsgls->dst.sgl_ptr)
2170 if (tsgls->dst.sgl_ptr != tsgls->src.sgl &&
2874 skcipher_request_set_crypt(req, tsgls->src.sgl_ptr, tsgls->dst.sgl_ptr,
2886 req->src != tsgls->src.sgl_ptr ||
2887 req->dst != tsgls->dst.sgl_ptr ||
2898 if (req->src != tsgls->src.sgl_ptr)
2900 if (req->dst != tsgls->dst.sgl_ptr)
2917 if (tsgls->dst.sgl_ptr != tsgls->src.sgl &&