Searched refs:cpt_request_info (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/drivers/common/cpt/ |
| H A D | cpt_pmd_ops_helper.c | 23 len = sizeof(struct cpt_request_info); in cpt_pmd_ops_helper_get_mlen_direct_mode() 36 len += sizeof(struct cpt_request_info); in cpt_pmd_ops_helper_get_mlen_sg_mode()
|
| H A D | cpt_ucode_asym.h | 229 struct cpt_request_info *req = modex_params->req; in cpt_modex_prep() 256 dptr = RTE_PTR_ADD(req, sizeof(struct cpt_request_info)); in cpt_modex_prep() 300 struct cpt_request_info *req = rsa_params->req; in cpt_rsa_prep() 319 dptr = RTE_PTR_ADD(req, sizeof(struct cpt_request_info)); in cpt_rsa_prep() 381 struct cpt_request_info *req = rsa_params->req; in cpt_rsa_crt_prep() 404 dptr = RTE_PTR_ADD(req, sizeof(struct cpt_request_info)); in cpt_rsa_crt_prep() 607 struct cpt_request_info *req = ecdsa_params->req; in cpt_ecdsa_sign_prep() 636 dptr = RTE_PTR_ADD(req, sizeof(struct cpt_request_info)); in cpt_ecdsa_sign_prep() 703 struct cpt_request_info *req = ecdsa_params->req; in cpt_ecdsa_verify_prep() 737 dptr = RTE_PTR_ADD(req, sizeof(struct cpt_request_info)); in cpt_ecdsa_verify_prep() [all …]
|
| H A D | cpt_common.h | 45 struct cpt_request_info { struct
|
| H A D | cpt_ucode.h | 478 struct cpt_request_info *req; in cpt_digest_gen_prep() 516 size = sizeof(struct cpt_request_info); in cpt_digest_gen_prep() 666 struct cpt_request_info *req; in cpt_enc_hmac_prep() 722 size += sizeof(struct cpt_request_info); in cpt_enc_hmac_prep() 1026 struct cpt_request_info *req; in cpt_dec_hmac_prep() 1396 struct cpt_request_info *req; in cpt_zuc_snow3g_enc_prep() 1435 size = sizeof(struct cpt_request_info); in cpt_zuc_snow3g_enc_prep() 1702 struct cpt_request_info *req; in cpt_zuc_snow3g_dec_prep() 1746 size = sizeof(struct cpt_request_info); in cpt_zuc_snow3g_dec_prep() 1954 struct cpt_request_info *req; in cpt_kasumi_enc_prep() [all …]
|
| H A D | cpt_mcode_defines.h | 397 struct cpt_request_info *req;
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_ipsec_po_ops.h | 27 static __rte_always_inline struct cpt_request_info * 31 struct cpt_request_info *req; in alloc_request_struct() 65 struct cpt_request_info *req = NULL; in process_outb_sa() 146 struct cpt_request_info *req = NULL; in process_inb_sa()
|
| H A D | otx2_cryptodev_ops.c | 437 struct cpt_request_info *req, in otx2_ca_enqueue_req() 481 struct cpt_request_info *req, in otx2_cpt_enqueue_req() 566 sizeof(struct cpt_request_info); in otx2_cpt_enqueue_asym() 615 struct cpt_request_info *req; in otx2_cpt_enqueue_sym() 656 struct cpt_request_info *req; in otx2_cpt_enqueue_sec() 834 struct cpt_request_info *req, in otx2_cpt_asym_dequeue_ecpm_op() 848 struct cpt_request_info *req) in otx2_cpt_asym_post_process() 881 struct cpt_request_info *req = (struct cpt_request_info *)rsp[2]; in otx2_cpt_sec_post_process() 965 (struct cpt_request_info *)rsp); in otx2_cpt_dequeue_post_process() 977 struct cpt_request_info *req; in otx2_cpt_dequeue_burst() [all …]
|
| H A D | otx2_cryptodev.h | 42 struct cpt_request_info cpt_req;
|
| H A D | otx2_cryptodev_ops_helper.h | 29 otx2_cpt_compcode_get(struct cpt_request_info *req) in otx2_cpt_compcode_get()
|
| /f-stack/dpdk/drivers/event/octeontx2/ |
| H A D | otx2_evdev_crypto_adptr_dp.h | 56 struct cpt_request_info *req; in otx2_handle_crypto_event() 62 req = (struct cpt_request_info *)(get_work1); in otx2_handle_crypto_event()
|
| /f-stack/dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_ops.c | 416 struct cpt_request_info *user_req = (struct cpt_request_info *)req; in otx_cpt_request_enqueue() 478 sizeof(struct cpt_request_info); in otx_cpt_enq_single_asym() 532 struct cpt_request_info *prep_req; in otx_cpt_enq_single_sym() 674 otx_cpt_asym_rsa_op(struct rte_crypto_op *cop, struct cpt_request_info *req, in otx_cpt_asym_rsa_op() 730 struct cpt_request_info *req, in otx_cpt_asym_dequeue_ecdsa_op() 749 struct cpt_request_info *req, in otx_cpt_asym_dequeue_ecpm_op() 763 struct cpt_request_info *req) in otx_cpt_asym_post_process() 813 otx_cpt_asym_post_process(cop, (struct cpt_request_info *)rsp); in otx_cpt_dequeue_post_process() 824 struct cpt_request_info *user_req; in otx_cpt_pkt_dequeue() 839 user_req = (struct cpt_request_info *) in otx_cpt_pkt_dequeue()
|
| H A D | otx_cryptodev_hw_access.h | 218 struct cpt_request_info *user_req = (struct cpt_request_info *)req; in fill_cpt_inst() 258 check_nb_command_id(struct cpt_request_info *user_req, in check_nb_command_id()
|