Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/rockchip/
Drk3288_crypto_ablkcipher.c198 ablkcipher_request_cast(dev->async_req); in rk_ablk_hw_init()
255 ablkcipher_request_cast(dev->async_req); in rk_ablk_start()
277 ablkcipher_request_cast(dev->async_req); in rk_iv_copyback()
296 ablkcipher_request_cast(dev->async_req); in rk_ablk_rx()
/Linux-v4.19/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-des3.c26 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in ccp_des3_complete()
Dccp-crypto-aes-xts.c67 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in ccp_aes_xts_complete()
/Linux-v4.19/drivers/crypto/
Dmxc-scc.c171 struct ablkcipher_request *ablkreq = ablkcipher_request_cast(req); in mxc_scc_get_data()
239 struct ablkcipher_request *ablkreq = ablkcipher_request_cast(req); in mxc_scc_ablkcipher_req_complete()
323 struct ablkcipher_request *ablkreq = ablkcipher_request_cast(req); in mxc_scc_ablkcipher_next()
Datmel-aes.c508 ablkcipher_request_cast(dd->areq); in atmel_aes_complete()
982 struct ablkcipher_request *req = ablkcipher_request_cast(dd->areq); in atmel_aes_start()
1012 struct ablkcipher_request *req = ablkcipher_request_cast(dd->areq); in atmel_aes_ctr_transfer()
1077 struct ablkcipher_request *req = ablkcipher_request_cast(dd->areq); in atmel_aes_ctr_start()
1863 struct ablkcipher_request *req = ablkcipher_request_cast(dd->areq); in atmel_aes_xts_start()
1888 struct ablkcipher_request *req = ablkcipher_request_cast(dd->areq); in atmel_aes_xts_process_data()
Dpicoxcell_crypto.c863 struct ablkcipher_request *ablk_req = ablkcipher_request_cast(req->req); in spacc_ablk_complete()
881 struct ablkcipher_request *ablk_req = ablkcipher_request_cast(req->req); in spacc_ablk_submit()
Dmxs-dcp.c253 struct ablkcipher_request *req = ablkcipher_request_cast(arq); in mxs_dcp_aes_block_crypt()
Dhifn_795x.c1938 req = ablkcipher_request_cast(async_req); in hifn_flush()
2057 req = ablkcipher_request_cast(async_req); in hifn_process_queue()
Datmel-tdes.c616 req = ablkcipher_request_cast(async_req); in atmel_tdes_handle_queue()
Dsahara.c1079 ablkcipher_request_cast(async_req); in sahara_queue_manage()
Ds5p-sss.c2010 dev->req = ablkcipher_request_cast(async_req); in s5p_tasklet_cb()
/Linux-v4.19/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-v4.19/drivers/crypto/mediatek/
Dmtk-aes.c415 struct ablkcipher_request *req = ablkcipher_request_cast(aes->areq); in mtk_aes_info_init()
546 struct ablkcipher_request *req = ablkcipher_request_cast(aes->areq); in mtk_aes_start()
565 struct ablkcipher_request *req = ablkcipher_request_cast(aes->areq); in mtk_aes_ctr_transfer()
614 struct ablkcipher_request *req = ablkcipher_request_cast(aes->areq); in mtk_aes_ctr_start()
/Linux-v4.19/include/crypto/
Dalgapi.h369 return ablkcipher_request_cast(crypto_dequeue_request(queue)); in ablkcipher_dequeue_request()
/Linux-v4.19/crypto/
Dcryptd.c280 cryptd_blkcipher_crypt(ablkcipher_request_cast(req), child, err, in cryptd_blkcipher_encrypt()
289 cryptd_blkcipher_crypt(ablkcipher_request_cast(req), child, err, in cryptd_blkcipher_decrypt()
/Linux-v4.19/include/linux/
Dcrypto.h983 static inline struct ablkcipher_request *ablkcipher_request_cast( in ablkcipher_request_cast() function
/Linux-v4.19/drivers/crypto/bcm/
Dcipher.c518 struct ablkcipher_request *req = ablkcipher_request_cast(areq); in handle_ablkcipher_resp()
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c1990 err = chcr_handle_cipher_resp(ablkcipher_request_cast(req), in chcr_handle_resp()