Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c30 uint32_t *, iv_offset); in cperf_set_ops_security()
165 uint16_t iv_offset, uint32_t *imix_idx) in cperf_set_ops_cipher() argument
204 uint8_t *, iv_offset); in cperf_set_ops_cipher()
221 uint16_t iv_offset, uint32_t *imix_idx) in cperf_set_ops_auth() argument
244 iv_offset); in cperf_set_ops_auth()
305 uint8_t *, iv_offset); in cperf_set_ops_auth()
321 uint16_t iv_offset, uint32_t *imix_idx) in cperf_set_ops_cipher_auth() argument
410 uint8_t *, iv_offset); in cperf_set_ops_cipher_auth()
440 uint16_t aad_offset = iv_offset + in cperf_set_ops_aead()
513 uint8_t *, iv_offset); in cperf_set_ops_aead()
[all …]
H A Dcperf_ops.h19 uint16_t iv_offset);
26 uint16_t iv_offset, uint32_t *imix_idx);
H A Dcperf_test_throughput.c81 uint16_t iv_offset = sizeof(struct rte_crypto_op) + in cperf_throughput_test_constructor() local
85 test_vector, iv_offset); in cperf_throughput_test_constructor()
142 uint16_t iv_offset = sizeof(struct rte_crypto_op) + in cperf_throughput_test_runner() local
181 iv_offset, &imix_idx); in cperf_throughput_test_runner()
H A Dcperf_test_pmd_cyclecount.c56 static const uint16_t iv_offset = variable
120 uint16_t iv_offset = sizeof(struct rte_crypto_op) + in cperf_pmd_cyclecount_test_constructor() local
124 test_vector, iv_offset); in cperf_pmd_cyclecount_test_constructor()
183 state->ctx->test_vector, iv_offset, in pmd_cyclecount_bench_ops()
234 state->ctx->test_vector, iv_offset, in pmd_cyclecount_build_ops()
H A Dcperf_test_latency.c83 uint16_t iv_offset = sizeof(struct rte_crypto_op) + in cperf_latency_test_constructor() local
88 test_vector, iv_offset); in cperf_latency_test_constructor()
166 uint16_t iv_offset = sizeof(struct rte_crypto_op) + in cperf_latency_test_runner() local
202 ctx->test_vector, iv_offset, in cperf_latency_test_runner()
H A Dcperf_test_verify.c74 uint16_t iv_offset = sizeof(struct rte_crypto_op) + in cperf_verify_test_constructor() local
78 test_vector, iv_offset); in cperf_verify_test_constructor()
274 uint16_t iv_offset = sizeof(struct rte_crypto_op) + in cperf_verify_test_runner() local
302 ctx->test_vector, iv_offset, &imix_idx); in cperf_verify_test_runner()
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym.c103 set_cipher_iv(uint16_t iv_length, uint16_t iv_offset, in set_cipher_iv() argument
112 iv_offset), in set_cipher_iv()
120 iv_offset); in set_cipher_iv()
128 set_cipher_iv_ccm(uint16_t iv_length, uint16_t iv_offset, in set_cipher_iv_ccm() argument
135 iv_offset) + ICP_QAT_HW_CCM_NONCE_OFFSET, in set_cipher_iv_ccm()
143 iv_offset) + ICP_QAT_HW_CCM_NONCE_OFFSET, in set_cipher_iv_ccm()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_sec.h49 uint16_t iv_offset; member
H A Dotx2_ipsec_po_ops.h113 sess->iv_offset), sess->iv_length); in process_outb_sa()
116 sess->iv_offset), sess->iv_length); in process_outb_sa()
H A Dotx2_cryptodev_sec.c181 sess->iv_offset = crypto_xform->aead.iv.offset; in set_session_misc_attributes()
186 sess->iv_offset = cipher_xform->cipher.iv.offset; in set_session_misc_attributes()
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h660 uint32_t iv_offset = 0; in cpt_enc_hmac_prep() local
728 iv_offset = ENCR_IV_OFFSET(d_offs); in cpt_enc_hmac_prep()
823 ((uint64_t)iv_offset << 8) | in cpt_enc_hmac_prep()
853 ((uint64_t)iv_offset << 8) | in cpt_enc_hmac_prep()
1021 uint32_t iv_offset = 0, size; in cpt_dec_hmac_prep() local
1063 iv_offset = ENCR_IV_OFFSET(d_offs); in cpt_dec_hmac_prep()
1179 ((uint64_t)iv_offset << 8) | in cpt_dec_hmac_prep()
1210 ((uint64_t)iv_offset << 8) | in cpt_dec_hmac_prep()
2549 sess->iv_offset = aead_form->iv.offset; in fill_sess_aead()
2655 sess->iv_offset = c_form->iv.offset; in fill_sess_cipher()
[all …]
H A Dcpt_mcode_defines.h261 uint16_t iv_offset; member
/f-stack/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()