Lines Matching refs:skcipher_request
54 struct skcipher_request subreq;
140 static int lrw_xor_tweak(struct skcipher_request *req, bool second_pass)
198 static int lrw_xor_tweak_pre(struct skcipher_request *req)
203 static int lrw_xor_tweak_post(struct skcipher_request *req)
210 struct skcipher_request *req = areq->data;
222 static void lrw_init_crypt(struct skcipher_request *req)
227 struct skcipher_request *subreq = &rctx->subreq;
243 static int lrw_encrypt(struct skcipher_request *req)
246 struct skcipher_request *subreq = &rctx->subreq;
254 static int lrw_decrypt(struct skcipher_request *req)
257 struct skcipher_request *subreq = &rctx->subreq;