table of contents
rte_swx_ipsec_sa_aead_params(3) | DPDK | rte_swx_ipsec_sa_aead_params(3) |
NAME¶
rte_swx_ipsec_sa_aead_params
SYNOPSIS¶
#include <rte_swx_ipsec.h>
Data Fields¶
enum rte_crypto_aead_algorithm alg
uint8_t key [RTE_SWX_IPSEC_KEY_SIZE_MAX]
uint32_t key_size
Detailed Description¶
IPsec SA crypto Authenticated Encryption with Associated Data (AEAD) parameters.
Definition at line 212 of file rte_swx_ipsec.h.
Field Documentation¶
enum rte_crypto_aead_algorithm alg¶
AEAD algorithm.
Definition at line 214 of file rte_swx_ipsec.h.
uint8_t key[RTE_SWX_IPSEC_KEY_SIZE_MAX]¶
AEAD key.
Definition at line 217 of file rte_swx_ipsec.h.
uint32_t key_size¶
AEAD key size in bytes.
Definition at line 220 of file rte_swx_ipsec.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Thu May 23 2024 | Version 23.11.0 |