Home
last modified time | relevance | path

Searched refs:ablkreq (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/crypto/marvell/
Dcipher.c134 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()
[all …]