Lines Matching defs:subreq
37 struct skcipher_request subreq;
93 req = &rctx->subreq;
165 struct skcipher_request *subreq = &rctx->subreq;
181 skcipher_request_set_tfm(subreq, ctx->child);
182 skcipher_request_set_callback(subreq, req->base.flags, xts_cts_done,
184 skcipher_request_set_crypt(subreq, rctx->tail, rctx->tail,
187 err = crypt(subreq);
205 rctx->subreq.base.flags &= CRYPTO_TFM_REQ_MAY_BACKLOG;
225 rctx->subreq.base.flags &= CRYPTO_TFM_REQ_MAY_BACKLOG;
244 struct skcipher_request *subreq = &rctx->subreq;
249 skcipher_request_set_tfm(subreq, ctx->child);
250 skcipher_request_set_callback(subreq, req->base.flags, compl, req);
251 skcipher_request_set_crypt(subreq, req->dst, req->dst,
263 struct skcipher_request *subreq = &rctx->subreq;
268 crypto_skcipher_encrypt(subreq) ?:
280 struct skcipher_request *subreq = &rctx->subreq;
285 crypto_skcipher_decrypt(subreq) ?: