Lines Matching refs:skcipher_request
37 struct skcipher_request subreq;
81 static int xts_xor_tweak(struct skcipher_request *req, bool second_pass,
132 static int xts_xor_tweak_pre(struct skcipher_request *req, bool enc)
137 static int xts_xor_tweak_post(struct skcipher_request *req, bool enc)
144 struct skcipher_request *req = areq->data;
158 static int xts_cts_final(struct skcipher_request *req,
159 int (*crypt)(struct skcipher_request *req))
165 struct skcipher_request *subreq = &rctx->subreq;
200 struct skcipher_request *req = areq->data;
220 struct skcipher_request *req = areq->data;
238 static int xts_init_crypt(struct skcipher_request *req,
244 struct skcipher_request *subreq = &rctx->subreq;
260 static int xts_encrypt(struct skcipher_request *req)
263 struct skcipher_request *subreq = &rctx->subreq;
277 static int xts_decrypt(struct skcipher_request *req)
280 struct skcipher_request *subreq = &rctx->subreq;