Home
last modified time | relevance | path

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

/linux/drivers/crypto/ccp/
H 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()
H 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()
H 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/drivers/crypto/cavium/cpt/
H 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/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c142 rctx = skcipher_request_ctx_dma(sreq); in output_iv_copyback()
224 struct otx2_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_ctx_hdr()
293 struct otx2_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_input_list()
311 struct otx2_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_output_list()
330 struct otx2_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in skcipher_do_fallback()
353 struct otx2_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in cpt_enc_dec()
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c159 rctx = skcipher_request_ctx_dma(sreq); in output_iv_copyback()
237 struct otx_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_ctx_hdr()
307 struct otx_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_input_list()
325 struct otx_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_output_list()
344 struct otx_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in cpt_enc_dec()
/linux/include/crypto/internal/
H A Dskcipher.h245 static inline void *skcipher_request_ctx_dma(struct skcipher_request *req) in skcipher_request_ctx_dma() function
/linux/drivers/crypto/caam/
H A Dcaamalg_qi2.c139 return skcipher_request_ctx_dma(skcipher_request_cast(areq)); in to_caam_req()
1115 struct caam_request *req_ctx = skcipher_request_ctx_dma(req); in skcipher_edesc_alloc()
1481 struct caam_request *caam_req = skcipher_request_ctx_dma(req); in skcipher_encrypt()
1531 struct caam_request *caam_req = skcipher_request_ctx_dma(req); in skcipher_decrypt()