Lines Matching defs:sgl_ptr
522 struct scatterlist *sgl_ptr;
633 tsgl->sgl_ptr = tsgl->sgl;
658 struct scatterlist *sg = &tsgl->sgl_ptr[i];
760 tsgls->dst.sgl_ptr = tsgls->src.sgl;
2011 aead_request_set_crypt(req, tsgls->src.sgl_ptr, tsgls->dst.sgl_ptr,
2025 req->src != tsgls->src.sgl_ptr ||
2026 req->dst != tsgls->dst.sgl_ptr ||
2039 if (req->src != tsgls->src.sgl_ptr)
2041 if (req->dst != tsgls->dst.sgl_ptr)
2058 if (tsgls->dst.sgl_ptr != tsgls->src.sgl &&
2773 skcipher_request_set_crypt(req, tsgls->src.sgl_ptr, tsgls->dst.sgl_ptr,
2785 req->src != tsgls->src.sgl_ptr ||
2786 req->dst != tsgls->dst.sgl_ptr ||
2797 if (req->src != tsgls->src.sgl_ptr)
2799 if (req->dst != tsgls->dst.sgl_ptr)
2816 if (tsgls->dst.sgl_ptr != tsgls->src.sgl &&