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_crypto_sym_xform

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                         rte_crypto_sym_xform(3)

Detailed Description

       Symmetric crypto transform structure.

       This is used to specify the crypto transforms required, multiple transforms can be chained together to
       specify a chain transforms such as authentication then cipher, or cipher then authentication. Each
       transform structure can hold a single transform, the type field is used to specify which transform is
       contained within the union

       Definition at line 579 of file rte_crypto_sym.h.

Field Documentation

structrte_crypto_sym_xform*next
       next xform in chain

       Definition at line 580 of file rte_crypto_sym.h.

   enumrte_crypto_sym_xform_typetype
       xform type

       Definition at line 582 of file rte_crypto_sym.h.

   structrte_crypto_auth_xformauth
       Authentication / hash xform

       Definition at line 585 of file rte_crypto_sym.h.

   structrte_crypto_cipher_xformcipher
       Cipher xform

       Definition at line 587 of file rte_crypto_sym.h.

   structrte_crypto_aead_xformaead
       AEAD xform

       Definition at line 589 of file rte_crypto_sym.h.

Name

       rte_crypto_sym_xform

Synopsis

       #include <rte_crypto_sym.h>

   DataFields
       struct rte_crypto_sym_xform * nextenumrte_crypto_sym_xform_typetype

See Also