Searched refs:ablkreq (Results 1 – 1 of 1) sorted by relevance
134 struct ablkcipher_request *ablkreq = ablkcipher_request_cast(req); in mv_cesa_ablkcipher_process() local135 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() local158 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() local192 struct mv_cesa_ablkcipher_req *creq = ablkcipher_request_ctx(ablkreq); in mv_cesa_ablkcipher_prepare()[all …]