Searched refs:skcipher_request_ctx_dma (Results 1 – 8 of 8) sorted by relevance
27 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()
26 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()
65 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()
100 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()
179 static inline void *skcipher_request_ctx_dma(struct skcipher_request *req) in skcipher_request_ctx_dma() function
140 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()
158 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()
139 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