Lines Matching defs:rctx
67 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req);
72 return PTR_ALIGN((u8 *)(rctx + 1) + crypto_skcipher_reqsize(child),
100 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req);
102 struct skcipher_request *subreq = &rctx->subreq;
109 offset = rctx->offset;
112 sg = scatterwalk_ffwd(rctx->sg, req->dst, offset - bsize);
146 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req);
148 struct skcipher_request *subreq = &rctx->subreq;
168 rctx->offset = offset;
181 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req);
183 struct skcipher_request *subreq = &rctx->subreq;
191 offset = rctx->offset;
194 sg = scatterwalk_ffwd(rctx->sg, req->dst, offset - bsize);
240 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req);
242 struct skcipher_request *subreq = &rctx->subreq;
268 rctx->offset = offset;