Searched refs:otx_cpt_req_info (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_reqmgr.h | 157 struct otx_cpt_req_info { struct 176 struct otx_cpt_req_info *req; argument 193 struct otx_cpt_req_info *req; in do_request_cleanup() 222 void otx_cpt_dump_sg_list(struct pci_dev *pdev, struct otx_cpt_req_info *req); 224 int otx_cpt_do_request(struct pci_dev *pdev, struct otx_cpt_req_info *req,
|
H A D | otx_cptvf_algs.c | 99 static inline int validate_hmac_cipher_null(struct otx_cpt_req_info *cpt_req) in validate_hmac_cipher_null() 120 struct otx_cpt_req_info *cpt_req; in otx_cpt_aead_callback() 147 struct otx_cpt_req_info *req_info; in output_iv_copyback() 196 static inline void update_input_data(struct otx_cpt_req_info *req_info, in update_input_data() 214 static inline void update_output_data(struct otx_cpt_req_info *req_info, in update_output_data() 238 struct otx_cpt_req_info *req_info = &rctx->cpt_req; in create_ctx_hdr() 308 struct otx_cpt_req_info *req_info = &rctx->cpt_req; in create_input_list() 326 struct otx_cpt_req_info *req_info = &rctx->cpt_req; in create_output_list() 345 struct otx_cpt_req_info *req_info = &rctx->cpt_req; in cpt_enc_dec() 891 struct otx_cpt_req_info *req_info = &rctx->cpt_req; in create_aead_ctx_hdr() [all …]
|
H A D | otx_cptvf_reqmgr.c | 31 void otx_cpt_dump_sg_list(struct pci_dev *pdev, struct otx_cpt_req_info *req) in otx_cpt_dump_sg_list() 171 struct otx_cpt_req_info *req, gfp_t gfp) in setup_sgio_list() 297 static int process_request(struct pci_dev *pdev, struct otx_cpt_req_info *req, in process_request() 404 int otx_cpt_do_request(struct pci_dev *pdev, struct otx_cpt_req_info *req, in otx_cpt_do_request() 431 struct otx_cpt_req_info *req, u32 *res_code) in cpt_process_ccode() 512 struct otx_cpt_req_info *req = NULL; in process_pending_queue()
|
H A D | otx_cptvf_algs.h | 160 struct otx_cpt_req_info cpt_req;
|