Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_pmd_ops_helper.c23 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 Dcpt_ucode_asym.h229 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 Dcpt_common.h45 struct cpt_request_info { struct
H A Dcpt_ucode.h478 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 Dcpt_mcode_defines.h397 struct cpt_request_info *req;
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_ipsec_po_ops.h27 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 Dotx2_cryptodev_ops.c437 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 Dotx2_cryptodev.h42 struct cpt_request_info cpt_req;
H A Dotx2_cryptodev_ops_helper.h29 otx2_cpt_compcode_get(struct cpt_request_info *req) in otx2_cpt_compcode_get()
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev_crypto_adptr_dp.h56 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 Dotx_cryptodev_ops.c416 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 Dotx_cryptodev_hw_access.h218 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()