| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include </opt/mellanox/doca/applications/ipsec_security_gw/ipsec_ctx.h>
Data Fields | |
| enum doca_flow_crypto_key_type | key_type |
| uint8_t | enc_key_data [MAX_KEY_LEN] |
| uint64_t | iv |
| uint32_t | salt |
| uint32_t | lifetime_threshold |
| bool | esn_en |
Definition at line 50 of file ipsec_ctx.h.
| uint8_t ipsec_security_gw_sa_attrs::enc_key_data[MAX_KEY_LEN] |
Definition at line 52 of file ipsec_ctx.h.
| bool ipsec_security_gw_sa_attrs::esn_en |
Definition at line 56 of file ipsec_ctx.h.
| uint64_t ipsec_security_gw_sa_attrs::iv |
Definition at line 53 of file ipsec_ctx.h.
| enum doca_flow_crypto_key_type ipsec_security_gw_sa_attrs::key_type |
Definition at line 305 of file ipsec_ctx.h.
| uint32_t ipsec_security_gw_sa_attrs::lifetime_threshold |
Definition at line 55 of file ipsec_ctx.h.
| uint32_t ipsec_security_gw_sa_attrs::salt |
Definition at line 54 of file ipsec_ctx.h.