Home
last modified time | relevance | path

Searched refs:iv_offset (Results 1 – 14 of 14) sorted by relevance

/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c19 uint16_t iv_offset __rte_unused, in cperf_set_ops_asym()
74 uint32_t *, iv_offset); in cperf_set_ops_security()
314 uint8_t *, iv_offset); in cperf_set_ops_cipher()
355 iv_offset); in cperf_set_ops_auth()
416 uint8_t *, iv_offset); in cperf_set_ops_auth()
522 uint8_t *, iv_offset); in cperf_set_ops_cipher_auth()
553 uint16_t aad_offset = iv_offset + in cperf_set_ops_aead()
627 uint8_t *, iv_offset); in cperf_set_ops_aead()
661 uint16_t iv_offset) in create_ipsec_session() argument
672 xform.aead.iv.offset = iv_offset; in create_ipsec_session()
[all …]
H A Dcperf_ops.h19 uint16_t iv_offset);
26 uint16_t iv_offset, uint32_t *imix_idx,
H A Dcperf_test_throughput.c85 uint16_t iv_offset = sizeof(struct rte_crypto_op) + in cperf_throughput_test_constructor() local
89 test_vector, iv_offset); in cperf_throughput_test_constructor()
147 uint16_t iv_offset = sizeof(struct rte_crypto_op) + in cperf_throughput_test_runner() local
186 iv_offset, &imix_idx, &tsc_start); in cperf_throughput_test_runner()
H A Dcperf_test_pmd_cyclecount.c56 static const uint16_t iv_offset = variable
117 uint16_t iv_offset = sizeof(struct rte_crypto_op) + in cperf_pmd_cyclecount_test_constructor() local
121 test_vector, iv_offset); in cperf_pmd_cyclecount_test_constructor()
180 state->ctx->test_vector, iv_offset, in pmd_cyclecount_bench_ops()
231 state->ctx->test_vector, iv_offset, in pmd_cyclecount_build_ops()
H A Dcperf_test_verify.c73 uint16_t iv_offset = sizeof(struct rte_crypto_op) + in cperf_verify_test_constructor() local
77 test_vector, iv_offset); in cperf_verify_test_constructor()
237 uint16_t iv_offset = sizeof(struct rte_crypto_op) + in cperf_verify_test_runner() local
265 ctx->test_vector, iv_offset, &imix_idx, NULL); in cperf_verify_test_runner()
H A Dcperf_test_latency.c82 uint16_t iv_offset = sizeof(struct rte_crypto_op) + in cperf_latency_test_constructor() local
87 test_vector, iv_offset); in cperf_latency_test_constructor()
165 uint16_t iv_offset = sizeof(struct rte_crypto_op) + in cperf_latency_test_runner() local
201 ctx->test_vector, iv_offset, in cperf_latency_test_runner()
/dpdk/drivers/crypto/cnxk/
H A Dcn10k_ipsec_la_ops.h21 memcpy(iv, rte_crypto_op_ctod_offset(cop, uint8_t *, sess->iv_offset), in ipsec_po_sa_iv_set()
37 memcpy(iv, rte_crypto_op_ctod_offset(cop, uint8_t *, sess->iv_offset), in ipsec_po_sa_aes_gcm_iv_set()
44 rte_crypto_op_ctod_offset(cop, uint8_t *, sess->iv_offset + 4), in ipsec_po_sa_aes_gcm_iv_set()
H A Dcn10k_ipsec.h20 uint16_t iv_offset; member
H A Dcnxk_se.h32 uint16_t iv_offset; member
397 uint32_t iv_offset = 0; in cpt_enc_hmac_prep() local
430 iv_offset = ROC_SE_ENCR_IV_OFFSET(d_offs); in cpt_enc_hmac_prep()
680 plt_dp_err("iv_offset : %d", iv_offset); in cpt_enc_hmac_prep()
697 uint32_t iv_offset = 0, size; in cpt_dec_hmac_prep() local
985 plt_dp_err("iv_offset : %d", iv_offset); in cpt_dec_hmac_prep()
1693 sess->iv_offset = aead_form->iv.offset; in fill_sess_aead()
1804 sess->iv_offset = c_form->iv.offset; in fill_sess_cipher()
1963 sess->iv_offset = a_form->iv.offset; in fill_sess_gmac()
2131 sess->iv_offset); in fill_fc_params()
[all …]
H A Dcn10k_ipsec.c75 sa->iv_offset = crypto_xfrm->aead.iv.offset; in cn10k_ipsec_outb_sa_create()
78 sa->iv_offset = crypto_xfrm->cipher.iv.offset; in cn10k_ipsec_outb_sa_create()
81 sa->iv_offset = crypto_xfrm->auth.iv.offset; in cn10k_ipsec_outb_sa_create()
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h659 uint32_t iv_offset = 0; in cpt_enc_hmac_prep() local
727 iv_offset = ENCR_IV_OFFSET(d_offs); in cpt_enc_hmac_prep()
827 ((uint64_t)iv_offset << 8) | in cpt_enc_hmac_prep()
857 ((uint64_t)iv_offset << 8) | in cpt_enc_hmac_prep()
1004 (iv_offset >> 8) || in cpt_enc_hmac_prep()
1035 uint32_t iv_offset = 0, size; in cpt_dec_hmac_prep() local
1077 iv_offset = ENCR_IV_OFFSET(d_offs); in cpt_dec_hmac_prep()
1197 (iv_offset >> 8) || in cpt_dec_hmac_prep()
1208 ((uint64_t)iv_offset << 8) | in cpt_dec_hmac_prep()
1238 (iv_offset >> 8) || in cpt_dec_hmac_prep()
[all …]
H A Dcpt_mcode_defines.h267 uint16_t iv_offset; member
/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto.c88 uint32_t iv_offset:16; member
235 sess_private_data->iv_offset = cipher->iv.offset; in mlx5_crypto_sym_session_configure()
396 rte_crypto_op_ctod_offset(op, uint8_t *, sess->iv_offset), 16); in mlx5_crypto_wqe_set()
/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_reqmgr.c619 uint16_t iv_offset : 8; in create_aead_gph() member
623 uint16_t iv_offset : 8; in create_aead_gph()
635 param3.iv_offset = 0; in create_aead_gph()