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_swx_ipsec_sa_aead_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                 rte_swx_ipsec_sa_aead_params(3)

Detailed Description

       IPsec SA crypto Authenticated Encryption with Associated Data (AEAD) parameters.

       Definition at line 213 of file rte_swx_ipsec.h.

Field Documentation

enumrte_crypto_aead_algorithmalg
       AEAD algorithm.

       Definition at line 215 of file rte_swx_ipsec.h.

   uint8_tkey[RTE_SWX_IPSEC_KEY_SIZE_MAX]
       AEAD key.

       Definition at line 218 of file rte_swx_ipsec.h.

   uint32_tkey_size
       AEAD key size in bytes.

       Definition at line 221 of file rte_swx_ipsec.h.

Name

       rte_swx_ipsec_sa_aead_params

Synopsis

       #include <rte_swx_ipsec.h>

   DataFields
       enum rte_crypto_aead_algorithmalg
       uint8_t key [RTE_SWX_IPSEC_KEY_SIZE_MAX]
       uint32_t key_size

See Also