Home
last modified time | relevance | path

Searched refs:ablkcipher_request_cast (Results 1 – 19 of 19) 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()
157 struct ablkcipher_request *ablkreq = ablkcipher_request_cast(req); in mv_cesa_ablkcipher_step()
191 struct ablkcipher_request *ablkreq = ablkcipher_request_cast(req); in mv_cesa_ablkcipher_prepare()
204 struct ablkcipher_request *ablkreq = ablkcipher_request_cast(req); in mv_cesa_ablkcipher_req_cleanup()
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-aes.c27 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in ccp_aes_complete()
146 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in ccp_aes_rfc3686_complete()
Dccp-crypto-aes-xts.c86 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in ccp_aes_xts_complete()
/linux-4.4.14/drivers/crypto/qce/
Dablkcipher.c28 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in qce_ablkcipher_done()
62 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in qce_ablkcipher_async_req_handle()
Dcommon.c318 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in qce_setup_regs_ablkcipher()
/linux-4.4.14/include/crypto/
Dskcipher.h105 return container_of(ablkcipher_request_cast(req), in skcipher_givcrypt_cast()
Dalgapi.h339 return ablkcipher_request_cast(crypto_dequeue_request(queue)); in ablkcipher_dequeue_request()
/linux-4.4.14/drivers/crypto/
Dmv_cesa.c260 struct ablkcipher_request *req = ablkcipher_request_cast(cpg->cur_req); in mv_process_current_q()
315 struct ablkcipher_request *req = ablkcipher_request_cast(cpg->cur_req); in mv_crypto_algo_completion()
630 ablkcipher_request_cast(async_req); in queue_manag()
Ds5p-sss.c484 dev->req = ablkcipher_request_cast(async_req); in s5p_tasklet_cb()
Dmxs-dcp.c253 struct ablkcipher_request *req = ablkcipher_request_cast(arq); in mxs_dcp_aes_block_crypt()
Domap-des.c617 req = ablkcipher_request_cast(async_req); in omap_des_handle_queue()
Domap-aes.c636 req = ablkcipher_request_cast(async_req); in omap_aes_handle_queue()
Datmel-aes.c590 req = ablkcipher_request_cast(async_req); in atmel_aes_handle_queue()
Datmel-tdes.c616 req = ablkcipher_request_cast(async_req); in atmel_tdes_handle_queue()
Dsahara.c1062 ablkcipher_request_cast(async_req); in sahara_queue_manage()
Dpicoxcell_crypto.c857 struct ablkcipher_request *ablk_req = ablkcipher_request_cast(req->req); in spacc_ablk_submit()
/linux-4.4.14/crypto/
Dcryptd.c235 cryptd_blkcipher_crypt(ablkcipher_request_cast(req), child, err, in cryptd_blkcipher_encrypt()
244 cryptd_blkcipher_crypt(ablkcipher_request_cast(req), child, err, in cryptd_blkcipher_decrypt()
/linux-4.4.14/include/linux/
Dcrypto.h961 static inline struct ablkcipher_request *ablkcipher_request_cast( in ablkcipher_request_cast() function
/linux-4.4.14/drivers/crypto/amcc/
Dcrypto4xx_core.c635 ablk_req = ablkcipher_request_cast(pd_uinfo->async_req); in crypto4xx_ablkcipher_done()