Lines Matching defs:subreq
54 struct skcipher_request subreq;
153 req = &rctx->subreq;
215 rctx->subreq.base.flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP;
227 struct skcipher_request *subreq = &rctx->subreq;
229 skcipher_request_set_tfm(subreq, ctx->child);
230 skcipher_request_set_callback(subreq, req->base.flags, lrw_crypt_done,
233 skcipher_request_set_crypt(subreq, req->dst, req->dst,
246 struct skcipher_request *subreq = &rctx->subreq;
250 crypto_skcipher_encrypt(subreq) ?:
257 struct skcipher_request *subreq = &rctx->subreq;
261 crypto_skcipher_decrypt(subreq) ?: