logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_table_action_sym_crypto_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2           rte_table_action_sym_crypto_params(3)

Detailed Description

       Symmetric Crypto action parameters (per table rule).

       Definition at line 747 of file rte_table_action.h.

Field Documentation

structrte_crypto_sym_xform*xform
       Xform pointer contains all relevant information

       Definition at line 750 of file rte_table_action.h.

   uint32_tdata_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 757 of file rte_table_action.h.

   structrte_table_action_vlocipher_iv
       Cipher iv data.

       Definition at line 762 of file rte_table_action.h.

   structrte_table_action_vlocipher_iv_update
       Cipher iv data.

       Definition at line 765 of file rte_table_action.h.

   structrte_table_action_vloauth_iv
       Auth iv data.

       Definition at line 768 of file rte_table_action.h.

   structrte_table_action_vloauth_iv_update
       Auth iv data.

       Definition at line 771 of file rte_table_action.h.

   structrte_table_action_vloaad
       AEAD AAD data.

       Definition at line 777 of file rte_table_action.h.

   structrte_table_action_vloiv
       AEAD iv data.

       Definition at line 780 of file rte_table_action.h.

   structrte_table_action_vloaad_update
       AEAD AAD data.

       Definition at line 783 of file rte_table_action.h.

   structrte_table_action_vloiv_update
       AEAD iv data.

       Definition at line 786 of file rte_table_action.h.

Name

       rte_table_action_sym_crypto_params

Synopsis

       #include <rte_table_action.h>

   DataFields
       struct rte_crypto_sym_xform * xform
       uint32_t data_offset

See Also