Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/rockchip/
Drk3288_crypto_ablkcipher.c200 ablkcipher_request_cast(dev->async_req); in rk_ablk_hw_init()
248 ablkcipher_request_cast(dev->async_req); in rk_set_data_start()
273 ablkcipher_request_cast(dev->async_req); in rk_ablk_start()
296 ablkcipher_request_cast(dev->async_req); in rk_iv_copyback()
316 ablkcipher_request_cast(dev->async_req); in rk_update_iv()
343 ablkcipher_request_cast(dev->async_req); in rk_ablk_rx()
/Linux-v5.4/drivers/crypto/ccp/
Dccp-crypto-aes.c24 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in ccp_aes_complete()
142 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in ccp_aes_rfc3686_complete()
Dccp-crypto-des3.c23 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in ccp_des3_complete()
Dccp-crypto-aes-xts.c64 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in ccp_aes_xts_complete()
/Linux-v5.4/drivers/crypto/qce/
Dablkcipher.c20 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in qce_ablkcipher_done()
54 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in qce_ablkcipher_async_req_handle()
Dcommon.c310 struct ablkcipher_request *req = ablkcipher_request_cast(async_req); in qce_setup_regs_ablkcipher()
/Linux-v5.4/drivers/crypto/mediatek/
Dmtk-aes.c417 struct ablkcipher_request *req = ablkcipher_request_cast(aes->areq); in mtk_aes_info_init()
555 struct ablkcipher_request *req = ablkcipher_request_cast(aes->areq); in mtk_aes_start()
574 struct ablkcipher_request *req = ablkcipher_request_cast(aes->areq); in mtk_aes_ctr_transfer()
623 struct ablkcipher_request *req = ablkcipher_request_cast(aes->areq); in mtk_aes_ctr_start()
/Linux-v5.4/drivers/crypto/
Datmel-aes.c505 ablkcipher_request_cast(dd->areq); in atmel_aes_complete()
979 struct ablkcipher_request *req = ablkcipher_request_cast(dd->areq); in atmel_aes_start()
1009 struct ablkcipher_request *req = ablkcipher_request_cast(dd->areq); in atmel_aes_ctr_transfer()
1074 struct ablkcipher_request *req = ablkcipher_request_cast(dd->areq); in atmel_aes_ctr_start()
1860 struct ablkcipher_request *req = ablkcipher_request_cast(dd->areq); in atmel_aes_xts_start()
1885 struct ablkcipher_request *req = ablkcipher_request_cast(dd->areq); in atmel_aes_xts_process_data()
Dpicoxcell_crypto.c862 struct ablkcipher_request *ablk_req = ablkcipher_request_cast(req->req); in spacc_ablk_complete()
880 struct ablkcipher_request *ablk_req = ablkcipher_request_cast(req->req); in spacc_ablk_submit()
Dmxs-dcp.c277 struct ablkcipher_request *req = ablkcipher_request_cast(arq); in mxs_dcp_aes_block_crypt()
Dhifn_795x.c1929 req = ablkcipher_request_cast(async_req); in hifn_flush()
2056 req = ablkcipher_request_cast(async_req); in hifn_process_queue()
Datmel-tdes.c613 req = ablkcipher_request_cast(async_req); in atmel_tdes_handle_queue()
Dsahara.c1075 ablkcipher_request_cast(async_req); in sahara_queue_manage()
Ds5p-sss.c2024 dev->req = ablkcipher_request_cast(async_req); in s5p_tasklet_cb()
/Linux-v5.4/include/crypto/
Dalgapi.h365 return ablkcipher_request_cast(crypto_dequeue_request(queue)); in ablkcipher_dequeue_request()
/Linux-v5.4/include/linux/
Dcrypto.h1165 static inline struct ablkcipher_request *ablkcipher_request_cast( in ablkcipher_request_cast() function
/Linux-v5.4/drivers/crypto/bcm/
Dcipher.c507 struct ablkcipher_request *req = ablkcipher_request_cast(areq); in handle_ablkcipher_resp()
/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.c2060 chcr_handle_cipher_resp(ablkcipher_request_cast(req), in chcr_handle_resp()