Searched refs:IV_OFFSET (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev.c | 262 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 D | test_event_crypto_adapter.c | 41 #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 D | test_cryptodev.h | 49 #define IV_OFFSET (sizeof(struct rte_crypto_op) + \ macro
|
| H A D | test_ipsec_perf.c | 170 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 D | test_cryptodev_blockcipher.c | 396 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 D | main.c | 69 #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 D | vhost_crypto.c | 16 #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 D | ipsec.h | 28 #define IV_OFFSET (sizeof(struct rte_crypto_op) + \ macro
|
| H A D | sa.c | 1139 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 D | esp.c | 99 uint8_t *, IV_OFFSET); in esp_inbound()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | event_crypto_adapter.rst | 265 uint32_t len = IV_OFFSET + MAXIMUM_IV_LENGTH +
|
| H A D | cryptodev_lib.rst | 772 #define IV_OFFSET (sizeof(struct rte_crypto_op) + \ 894 .offset = IV_OFFSET, 936 IV_OFFSET);
|