Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c262 op, void *, IV_OFFSET + cipher_iv_len); in process_sym_raw_dp_op()
294 op, void *, IV_OFFSET + cipher_iv_len); in process_sym_raw_dp_op()
2442 IV_OFFSET); in create_wireless_cipher_hash_operation()
2528 IV_OFFSET); in create_wireless_algo_cipher_hash_operation()
7483 uint8_t *, IV_OFFSET); in create_aead_operation()
7504 uint8_t *, IV_OFFSET); in create_aead_operation()
7870 uint32_t *, IV_OFFSET); in test_pdcp_proto()
10774 uint8_t *, IV_OFFSET); in create_gmac_operation()
10821 uint8_t *, IV_OFFSET); in create_gmac_operation_sgl()
12288 uint8_t *, IV_OFFSET); in create_aead_operation_SGL()
[all …]
H A Dtest_event_crypto_adapter.c41 #define IV_OFFSET (sizeof(struct rte_crypto_op) + \ macro
226 uint32_t len = IV_OFFSET + MAXIMUM_IV_LENGTH + in test_op_forward_mode()
420 uint32_t len = IV_OFFSET + MAXIMUM_IV_LENGTH + in test_op_new_mode()
H A Dtest_cryptodev.h49 #define IV_OFFSET (sizeof(struct rte_crypto_op) + \ macro
H A Dtest_ipsec_perf.c170 sa->aead_xform.aead.iv.offset = IV_OFFSET; in fill_ipsec_param()
184 sa->cipher_xform.cipher.iv.offset = IV_OFFSET; in fill_ipsec_param()
H A Dtest_cryptodev_blockcipher.c396 cipher_xform->cipher.iv.offset = IV_OFFSET; in test_blockcipher_one_case()
406 rte_memcpy(rte_crypto_op_ctod_offset(op, uint8_t *, IV_OFFSET), in test_blockcipher_one_case()
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c69 #define IV_OFFSET (sizeof(struct rte_crypto_op) + \ macro
458 IV_OFFSET + in l2fwd_simple_crypto_enqueue()
493 IV_OFFSET); in l2fwd_simple_crypto_enqueue()
512 IV_OFFSET); in l2fwd_simple_crypto_enqueue()
764 IV_OFFSET + options->cipher_iv.length; in l2fwd_main_loop()
804 options->aead_xform.aead.iv.offset = IV_OFFSET; in l2fwd_main_loop()
817 options->cipher_xform.cipher.iv.offset = IV_OFFSET; in l2fwd_main_loop()
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_crypto.c16 #define IV_OFFSET (sizeof(struct rte_crypto_op) + \ macro
270 xform->cipher.iv.offset = IV_OFFSET; in transform_cipher_param()
316 xform_cipher->cipher.iv.offset = IV_OFFSET; in transform_chain_param()
845 uint8_t *iv_data = rte_crypto_op_ctod_offset(op, uint8_t *, IV_OFFSET); in prepare_sym_cipher_op()
997 uint8_t *iv_data = rte_crypto_op_ctod_offset(op, uint8_t *, IV_OFFSET); in prepare_sym_chain_op()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec.h28 #define IV_OFFSET (sizeof(struct rte_crypto_op) + \ macro
H A Dsa.c1139 sa_ctx->xf[idx].a.aead.iv.offset = IV_OFFSET; in sa_add_rules()
1173 sa_ctx->xf[idx].b.cipher.iv.offset = IV_OFFSET; in sa_add_rules()
1194 sa_ctx->xf[idx].a.cipher.iv.offset = IV_OFFSET; in sa_add_rules()
H A Desp.c99 uint8_t *, IV_OFFSET); in esp_inbound()
/f-stack/dpdk/doc/guides/prog_guide/
H A Devent_crypto_adapter.rst265 uint32_t len = IV_OFFSET + MAXIMUM_IV_LENGTH +
H A Dcryptodev_lib.rst772 #define IV_OFFSET (sizeof(struct rte_crypto_op) + \
894 .offset = IV_OFFSET,
936 IV_OFFSET);