rte_table_action_sym_crypto_params - Man Page
Synopsis
#include <rte_table_action.h>
Data Fields
struct rte_crypto_sym_xform * xform
uint32_t data_offset
Detailed Description
Symmetric Crypto action parameters (per table rule).
Definition at line 746 of file rte_table_action.h.
Field Documentation
struct rte_crypto_sym_xform* xform
Xform pointer contains all relevant information
Definition at line 749 of file rte_table_action.h.
uint32_t data_offset
Offset within the input packet buffer to the first byte of data to be processed by the crypto unit. Offset 0 points to the first byte of the MBUF structure.
Definition at line 756 of file rte_table_action.h.
struct rte_table_action_vlo cipher_iv
Cipher iv data.
Definition at line 761 of file rte_table_action.h.
struct rte_table_action_vlo cipher_iv_update
Cipher iv data.
Definition at line 764 of file rte_table_action.h.
struct rte_table_action_vlo auth_iv
Auth iv data.
Definition at line 767 of file rte_table_action.h.
struct rte_table_action_vlo auth_iv_update
Auth iv data.
Definition at line 770 of file rte_table_action.h.
struct rte_table_action_vlo aad
AEAD AAD data.
Definition at line 776 of file rte_table_action.h.
struct rte_table_action_vlo iv
AEAD iv data.
Definition at line 779 of file rte_table_action.h.
struct rte_table_action_vlo aad_update
AEAD AAD data.
Definition at line 782 of file rte_table_action.h.
struct rte_table_action_vlo iv_update
AEAD iv data.
Definition at line 785 of file rte_table_action.h.
Author
Generated automatically by Doxygen for DPDK from the source code.