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

/linux-master/drivers/crypto/cavium/cpt/
H A Drequest_manager.h58 struct cpt_request_info { struct
95 struct cpt_request_info *req;
145 int process_request(struct cpt_vf *cptvf, struct cpt_request_info *req);
H A Dcptvf_algs.h111 struct cpt_request_info cpt_req;
116 int cptvf_do_request(void *cptvf, struct cpt_request_info *req);
H A Dcptvf_algs.c34 static inline void update_input_iv(struct cpt_request_info *req_info,
46 static inline void update_output_iv(struct cpt_request_info *req_info,
58 static inline void update_input_data(struct cpt_request_info *req_info,
77 static inline void update_output_data(struct cpt_request_info *req_info,
103 struct cpt_request_info *req_info = &rctx->cpt_req;
155 struct cpt_request_info *req_info = &rctx->cpt_req;
167 struct cpt_request_info *req_info)
177 struct cpt_request_info *req_info = &rctx->cpt_req;
199 struct cpt_request_info *req_info = &rctx->cpt_req;
203 memset(req_info, 0, sizeof(struct cpt_request_info));
[all...]
H A Dcptvf_reqmanager.c123 struct cpt_request_info *req)
271 struct cpt_request_info *req;
406 int process_request(struct cpt_vf *cptvf, struct cpt_request_info *req)
554 int cptvf_do_request(void *vfdev, struct cpt_request_info *req)

Completed in 123 milliseconds