Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/crypto/ccp/
A Dccp-crypto-aes.c27 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_complete()
70 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_crypt()
136 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_rfc3686_complete()
162 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_rfc3686_crypt()
A Dccp-crypto-des3.c26 struct ccp_des3_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_des3_complete()
65 struct ccp_des3_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_des3_crypt()
A Dccp-crypto-aes-xts.c65 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_xts_complete()
109 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_xts_crypt()
/linux-6.3-rc2/drivers/crypto/cavium/cpt/
A Dcptvf_algs.c100 struct cvm_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_ctx_hdr()
154 struct cvm_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_input_list()
176 struct cvm_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_output_list()
196 struct cvm_req_ctx *rctx = skcipher_request_ctx_dma(req); in cvm_enc_dec()
/linux-6.3-rc2/include/crypto/internal/
A Dskcipher.h179 static inline void *skcipher_request_ctx_dma(struct skcipher_request *req) in skcipher_request_ctx_dma() function
/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_algs.c140 rctx = skcipher_request_ctx_dma(sreq); in output_iv_copyback()
222 struct otx2_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_ctx_hdr()
291 struct otx2_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_input_list()
309 struct otx2_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_output_list()
328 struct otx2_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in skcipher_do_fallback()
351 struct otx2_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in cpt_enc_dec()
/linux-6.3-rc2/drivers/crypto/marvell/octeontx/
A Dotx_cptvf_algs.c158 rctx = skcipher_request_ctx_dma(sreq); in output_iv_copyback()
236 struct otx_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_ctx_hdr()
306 struct otx_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_input_list()
324 struct otx_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_output_list()
343 struct otx_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in cpt_enc_dec()
/linux-6.3-rc2/drivers/crypto/caam/
A Dcaamalg_qi2.c139 return skcipher_request_ctx_dma(skcipher_request_cast(areq)); in to_caam_req()
1114 struct caam_request *req_ctx = skcipher_request_ctx_dma(req); in skcipher_edesc_alloc()
1480 struct caam_request *caam_req = skcipher_request_ctx_dma(req); in skcipher_encrypt()
1530 struct caam_request *caam_req = skcipher_request_ctx_dma(req); in skcipher_decrypt()

Completed in 21 milliseconds