Home
last modified time | relevance | path

Searched refs:cpt_request_info (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/crypto/cavium/cpt/
Dcptvf_algs.c39 static inline void update_input_iv(struct cpt_request_info *req_info, in update_input_iv()
51 static inline void update_output_iv(struct cpt_request_info *req_info, in update_output_iv()
63 static inline void update_input_data(struct cpt_request_info *req_info, in update_input_data()
82 static inline void update_output_data(struct cpt_request_info *req_info, in update_output_data()
109 struct cpt_request_info *req_info = &rctx->cpt_req; in create_ctx_hdr()
159 struct cpt_request_info *req_info = &rctx->cpt_req; in create_input_list()
171 struct cpt_request_info *req_info) in store_cb_info()
181 struct cpt_request_info *req_info = &rctx->cpt_req; in create_output_list()
203 struct cpt_request_info *req_info = &rctx->cpt_req; in cvm_enc_dec()
207 memset(req_info, 0, sizeof(struct cpt_request_info)); in cvm_enc_dec()
Drequest_manager.h61 struct cpt_request_info { struct
96 struct cpt_request_info *req;
146 int process_request(struct cpt_vf *cptvf, struct cpt_request_info *req);
Dcptvf_algs.h114 struct cpt_request_info cpt_req;
119 int cptvf_do_request(void *cptvf, struct cpt_request_info *req);
Dcptvf_reqmanager.c125 struct cpt_request_info *req) in setup_sgio_list()
278 struct cpt_request_info *req; in do_request_cleanup()
423 int process_request(struct cpt_vf *cptvf, struct cpt_request_info *req) in process_request()
573 int cptvf_do_request(void *vfdev, struct cpt_request_info *req) in cptvf_do_request()