Lines Matching defs:subreq
38 struct skcipher_request subreq;
94 req = &rctx->subreq;
166 struct skcipher_request *subreq = &rctx->subreq;
182 skcipher_request_set_tfm(subreq, ctx->child);
183 skcipher_request_set_callback(subreq, req->base.flags, xts_cts_done,
185 skcipher_request_set_crypt(subreq, rctx->tail, rctx->tail,
188 err = crypt(subreq);
206 rctx->subreq.base.flags &= CRYPTO_TFM_REQ_MAY_BACKLOG;
226 rctx->subreq.base.flags &= CRYPTO_TFM_REQ_MAY_BACKLOG;
245 struct skcipher_request *subreq = &rctx->subreq;
250 skcipher_request_set_tfm(subreq, ctx->child);
251 skcipher_request_set_callback(subreq, req->base.flags, compl, req);
252 skcipher_request_set_crypt(subreq, req->dst, req->dst,
264 struct skcipher_request *subreq = &rctx->subreq;
269 crypto_skcipher_encrypt(subreq) ?:
281 struct skcipher_request *subreq = &rctx->subreq;
286 crypto_skcipher_decrypt(subreq) ?: