DPDK
24.07.0
|
#include <rte_swx_ipsec.h>
Data Fields | |
enum rte_crypto_cipher_algorithm | alg |
uint8_t | key [RTE_SWX_IPSEC_KEY_SIZE_MAX] |
uint32_t | key_size |
IPsec SA crypto cipher parameters.
Definition at line 188 of file rte_swx_ipsec.h.
enum rte_crypto_cipher_algorithm alg |
Cipher algorithm.
Definition at line 190 of file rte_swx_ipsec.h.
uint8_t key[RTE_SWX_IPSEC_KEY_SIZE_MAX] |
Cipher key.
Definition at line 193 of file rte_swx_ipsec.h.
uint32_t key_size |
Cipher key size in bytes.
Definition at line 196 of file rte_swx_ipsec.h.