Home
last modified time | relevance | path

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

/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.h227 struct cpt_request_info *req = modex_params->req; in cpt_modex_prep()
254 dptr = RTE_PTR_ADD(req, sizeof(struct cpt_request_info)); in cpt_modex_prep()
298 struct cpt_request_info *req = rsa_params->req; in cpt_rsa_prep()
317 dptr = RTE_PTR_ADD(req, sizeof(struct cpt_request_info)); in cpt_rsa_prep()
379 struct cpt_request_info *req = rsa_params->req; in cpt_rsa_crt_prep()
402 dptr = RTE_PTR_ADD(req, sizeof(struct cpt_request_info)); in cpt_rsa_crt_prep()
638 struct cpt_request_info *req = ecdsa_params->req; in cpt_ecdsa_sign_prep()
667 dptr = RTE_PTR_ADD(req, sizeof(struct cpt_request_info)); in cpt_ecdsa_sign_prep()
740 struct cpt_request_info *req = ecdsa_params->req; in cpt_ecdsa_verify_prep()
774 dptr = RTE_PTR_ADD(req, sizeof(struct cpt_request_info)); in cpt_ecdsa_verify_prep()
[all …]
H A Dcpt_common.h44 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()
665 struct cpt_request_info *req; in cpt_enc_hmac_prep()
721 size += sizeof(struct cpt_request_info); in cpt_enc_hmac_prep()
1040 struct cpt_request_info *req; in cpt_dec_hmac_prep()
1435 struct cpt_request_info *req; in cpt_zuc_snow3g_enc_prep()
1474 size = sizeof(struct cpt_request_info); in cpt_zuc_snow3g_enc_prep()
1749 struct cpt_request_info *req; in cpt_zuc_snow3g_dec_prep()
1793 size = sizeof(struct cpt_request_info); in cpt_zuc_snow3g_dec_prep()
2007 struct cpt_request_info *req; in cpt_kasumi_enc_prep()
[all …]
H A Dcpt_mcode_defines.h418 struct cpt_request_info *req;
/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_ops.c420 struct cpt_request_info *user_req = (struct cpt_request_info *)req; in otx_cpt_request_enqueue()
474 sizeof(struct cpt_request_info); in otx_cpt_enq_single_asym()
525 struct cpt_request_info *prep_req; in otx_cpt_enq_single_sym()
710 struct cpt_request_info *req; in otx_crypto_adapter_enqueue()
801 struct cpt_request_info *req, in otx_cpt_asym_dequeue_ecdsa_op()
820 struct cpt_request_info *req, in otx_cpt_asym_dequeue_ecpm_op()
834 struct cpt_request_info *req) in otx_cpt_asym_post_process()
883 otx_cpt_asym_post_process(cop, (struct cpt_request_info *)rsp); in otx_cpt_dequeue_post_process()
938 struct cpt_request_info *user_req; in otx_cpt_pkt_dequeue()
1003 struct cpt_request_info *req; in otx_crypto_adapter_dequeue()
[all …]
H A Dotx_cryptodev_hw_access.h225 struct cpt_request_info *user_req = (struct cpt_request_info *)req; in fill_cpt_inst()
265 check_nb_command_id(struct cpt_request_info *user_req, in check_nb_command_id()