Lines Matching refs:subreq
191 struct skcipher_request *subreq = skcipher_request_ctx(req);
193 *subreq = *req;
194 skcipher_request_set_tfm(subreq, sctx->fallback.skcipher);
196 crypto_skcipher_decrypt(subreq) :
197 crypto_skcipher_encrypt(subreq);
444 struct skcipher_request *subreq = skcipher_request_ctx(req);
446 *subreq = *req;
447 skcipher_request_set_tfm(subreq, xts_ctx->fallback);
449 crypto_skcipher_decrypt(subreq) :
450 crypto_skcipher_encrypt(subreq);