Lines Matching refs:skcipher_request
54 struct skcipher_request subreq;
142 static int xor_tweak(struct skcipher_request *req, bool second_pass) in xor_tweak()
199 static int xor_tweak_pre(struct skcipher_request *req) in xor_tweak_pre()
204 static int xor_tweak_post(struct skcipher_request *req) in xor_tweak_post()
211 struct skcipher_request *req = areq->data; in crypt_done()
223 static void init_crypt(struct skcipher_request *req) in init_crypt()
227 struct skcipher_request *subreq = &rctx->subreq; in init_crypt()
242 static int encrypt(struct skcipher_request *req) in encrypt()
245 struct skcipher_request *subreq = &rctx->subreq; in encrypt()
253 static int decrypt(struct skcipher_request *req) in decrypt()
256 struct skcipher_request *subreq = &rctx->subreq; in decrypt()