Lines Matching refs:ablkreq
134 struct ablkcipher_request *ablkreq = ablkcipher_request_cast(req); in mv_cesa_ablkcipher_process() local
135 struct mv_cesa_ablkcipher_req *creq = ablkcipher_request_ctx(ablkreq); in mv_cesa_ablkcipher_process()
143 ret = mv_cesa_ablkcipher_std_process(ablkreq, status); in mv_cesa_ablkcipher_process()
148 memcpy_fromio(ablkreq->info, in mv_cesa_ablkcipher_process()
150 crypto_ablkcipher_ivsize(crypto_ablkcipher_reqtfm(ablkreq))); in mv_cesa_ablkcipher_process()
157 struct ablkcipher_request *ablkreq = ablkcipher_request_cast(req); in mv_cesa_ablkcipher_step() local
158 struct mv_cesa_ablkcipher_req *creq = ablkcipher_request_ctx(ablkreq); in mv_cesa_ablkcipher_step()
163 mv_cesa_ablkcipher_std_step(ablkreq); in mv_cesa_ablkcipher_step()
191 struct ablkcipher_request *ablkreq = ablkcipher_request_cast(req); in mv_cesa_ablkcipher_prepare() local
192 struct mv_cesa_ablkcipher_req *creq = ablkcipher_request_ctx(ablkreq); in mv_cesa_ablkcipher_prepare()
196 mv_cesa_ablkcipher_dma_prepare(ablkreq); in mv_cesa_ablkcipher_prepare()
198 mv_cesa_ablkcipher_std_prepare(ablkreq); in mv_cesa_ablkcipher_prepare()
204 struct ablkcipher_request *ablkreq = ablkcipher_request_cast(req); in mv_cesa_ablkcipher_req_cleanup() local
206 mv_cesa_ablkcipher_cleanup(ablkreq); in mv_cesa_ablkcipher_req_cleanup()