Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_cryptodev_security_ipsec_test_vectors.h119 .iv.offset = IV_OFFSET,
218 .iv.offset = IV_OFFSET,
320 .iv.offset = IV_OFFSET,
527 .iv.offset = IV_OFFSET,
1058 .iv.offset = IV_OFFSET,
1476 .iv.offset = IV_OFFSET,
H A Dtest_cryptodev.c277 op, void *, IV_OFFSET + cipher_iv_len); in process_sym_raw_dp_op()
2879 IV_OFFSET); in create_wireless_cipher_hash_operation()
2965 IV_OFFSET); in create_wireless_algo_cipher_hash_operation()
8088 uint8_t *, IV_OFFSET); in create_aead_operation()
8109 uint8_t *, IV_OFFSET); in create_aead_operation()
8475 uint32_t *, IV_OFFSET); in test_pdcp_proto()
9378 IV_OFFSET); in test_ipsec_proto_process()
12689 uint8_t *, IV_OFFSET); in create_gmac_operation()
12736 uint8_t *, IV_OFFSET); in create_gmac_operation_sgl()
14227 uint8_t *, IV_OFFSET); in create_aead_operation_SGL()
[all …]
H A Dtest_event_crypto_adapter.c52 #define IV_OFFSET (sizeof(struct rte_crypto_op) + \ macro
242 uint32_t len = IV_OFFSET + MAXIMUM_IV_LENGTH; in test_op_forward_mode()
434 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.c182 sa->aead_xform.aead.iv.offset = IV_OFFSET; in fill_ipsec_param()
196 sa->cipher_xform.cipher.iv.offset = IV_OFFSET; in fill_ipsec_param()
H A Dtest_cryptodev_blockcipher.c463 cipher_xform->cipher.iv.offset = IV_OFFSET; in test_blockcipher_one_case()
478 rte_memcpy(rte_crypto_op_ctod_offset(op, uint8_t *, IV_OFFSET), in test_blockcipher_one_case()
/dpdk/lib/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()
/dpdk/examples/ipsec-secgw/
H A Dsa.c1293 sa_ctx->xf[idx].a.aead.iv.offset = IV_OFFSET; in sa_add_rules()
1329 sa_ctx->xf[idx].b.cipher.iv.offset = IV_OFFSET; in sa_add_rules()
1341 sa_ctx->xf[idx].a.auth.iv.offset = IV_OFFSET; in sa_add_rules()
1353 sa_ctx->xf[idx].a.cipher.iv.offset = IV_OFFSET; in sa_add_rules()
1365 sa_ctx->xf[idx].b.auth.iv.offset = IV_OFFSET; in sa_add_rules()
H A Dipsec.h26 #define IV_OFFSET (sizeof(struct rte_crypto_op) + \ macro
H A Desp.c99 uint8_t *, IV_OFFSET); in esp_inbound()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c68 #define IV_OFFSET (sizeof(struct rte_crypto_op) + \ macro
466 IV_OFFSET + in l2fwd_simple_crypto_enqueue()
501 IV_OFFSET); in l2fwd_simple_crypto_enqueue()
520 IV_OFFSET); in l2fwd_simple_crypto_enqueue()
789 IV_OFFSET + options->cipher_iv.length; in l2fwd_main_loop()
829 options->aead_xform.aead.iv.offset = IV_OFFSET; in l2fwd_main_loop()
844 options->cipher_xform.cipher.iv.offset = IV_OFFSET; in l2fwd_main_loop()
/dpdk/doc/guides/prog_guide/
H A Devent_crypto_adapter.rst282 uint32_t len = IV_OFFSET + MAXIMUM_IV_LENGTH +
H A Dcryptodev_lib.rst816 #define IV_OFFSET (sizeof(struct rte_crypto_op) + \
938 .offset = IV_OFFSET,
980 IV_OFFSET);