Lines Matching refs:skreq
138 struct skcipher_request *skreq = skcipher_request_cast(req);
139 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq);
143 return mv_cesa_skcipher_std_process(skreq, status);
150 struct skcipher_request *skreq = skcipher_request_cast(req);
151 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq);
156 mv_cesa_skcipher_std_step(skreq);
181 struct skcipher_request *skreq = skcipher_request_cast(req);
182 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq);
187 mv_cesa_skcipher_dma_prepare(skreq);
189 mv_cesa_skcipher_std_prepare(skreq);
195 struct skcipher_request *skreq = skcipher_request_cast(req);
197 mv_cesa_skcipher_cleanup(skreq);
203 struct skcipher_request *skreq = skcipher_request_cast(req);
204 struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq);
208 atomic_sub(skreq->cryptlen, &engine->load);
209 ivsize = crypto_skcipher_ivsize(crypto_skcipher_reqtfm(skreq));
215 memcpy(skreq->iv, basereq->chain.last->op->ctx.skcipher.iv,
218 memcpy_fromio(skreq->iv,