DPDK  24.03.0
Data Fields
rte_swx_ipsec_sa_authentication_params Struct Reference

#include <rte_swx_ipsec.h>

Data Fields

enum rte_crypto_auth_algorithm alg
 
uint8_t key [RTE_SWX_IPSEC_KEY_SIZE_MAX]
 
uint32_t key_size
 

Detailed Description

IPsec SA crypto authentication parameters.

Definition at line 200 of file rte_swx_ipsec.h.

Field Documentation

◆ alg

Authentication algorithm.

Definition at line 202 of file rte_swx_ipsec.h.

◆ key

Authentication key.

Definition at line 205 of file rte_swx_ipsec.h.

◆ key_size

uint32_t key_size

Authentication key size in bytes.

Definition at line 208 of file rte_swx_ipsec.h.


The documentation for this struct was generated from the following file: