Lines Matching refs:subreq
192 struct skcipher_request *subreq = skcipher_request_ctx(req);
194 *subreq = *req;
195 skcipher_request_set_tfm(subreq, sctx->fallback.skcipher);
197 crypto_skcipher_decrypt(subreq) :
198 crypto_skcipher_encrypt(subreq);
441 struct skcipher_request *subreq = skcipher_request_ctx(req);
443 *subreq = *req;
444 skcipher_request_set_tfm(subreq, xts_ctx->fallback);
446 crypto_skcipher_decrypt(subreq) :
447 crypto_skcipher_encrypt(subreq);