| rte_swx_ipsec_sa_params(3) | Library Functions Manual | rte_swx_ipsec_sa_params(3) |
rte_swx_ipsec_sa_params
#include <rte_swx_ipsec.h>
int encrypt
struct {
int is_aead
} crypto
struct rte_swx_ipsec_sa_encap_params encap
IPsec Security Association (SA) parameters.
Definition at line 261 of file rte_swx_ipsec.h.
Crypto operation: encrypt when non-zero, decrypt when zero.
Definition at line 263 of file rte_swx_ipsec.h.
Crypto cipher operation parameters.
Definition at line 270 of file rte_swx_ipsec.h.
Crypto authentication operation parameters.
Definition at line 273 of file rte_swx_ipsec.h.
Crypto AEAD operation parameters.
Definition at line 277 of file rte_swx_ipsec.h.
Non-zero for AEAD, zero for cipher & authentication.
Definition at line 281 of file rte_swx_ipsec.h.
Crypto operation parameters.
Packet encasulation parameters.
Definition at line 285 of file rte_swx_ipsec.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |