Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/cavium/cpt/
Dcptvf_algs.c34 static inline void update_input_iv(struct cpt_request_info *req_info, in update_input_iv()
46 static inline void update_output_iv(struct cpt_request_info *req_info, in update_output_iv()
58 static inline void update_input_data(struct cpt_request_info *req_info, in update_input_data()
77 static inline void update_output_data(struct cpt_request_info *req_info, in update_output_data()
104 struct cpt_request_info *req_info = &rctx->cpt_req; in create_ctx_hdr()
154 struct cpt_request_info *req_info = &rctx->cpt_req; in create_input_list()
166 struct cpt_request_info *req_info) in store_cb_info()
176 struct cpt_request_info *req_info = &rctx->cpt_req; in create_output_list()
198 struct cpt_request_info *req_info = &rctx->cpt_req; in cvm_enc_dec()
202 memset(req_info, 0, sizeof(struct cpt_request_info)); in cvm_enc_dec()
Drequest_manager.h58 struct cpt_request_info { struct
93 struct cpt_request_info *req;
143 int process_request(struct cpt_vf *cptvf, struct cpt_request_info *req);
Dcptvf_algs.h111 struct cpt_request_info cpt_req;
116 int cptvf_do_request(void *cptvf, struct cpt_request_info *req);
Dcptvf_reqmanager.c122 struct cpt_request_info *req) in setup_sgio_list()
275 struct cpt_request_info *req; in do_request_cleanup()
410 int process_request(struct cpt_vf *cptvf, struct cpt_request_info *req) in process_request()
560 int cptvf_do_request(void *vfdev, struct cpt_request_info *req) in cptvf_do_request()