FD.io VPP  v17.04.2-2-ga8f93f8
Vector Packet Processing
vl_api_ipsec_sa_set_key_t Struct Reference

IPsec: Update Security Association keys. More...

Data Fields

u32 client_index
 
u32 context
 
u32 sa_id
 
u8 crypto_key_length
 
u8 crypto_key [128]
 
u8 integrity_key_length
 
u8 integrity_key [128]
 

Detailed Description

IPsec: Update Security Association keys.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
sa_id- sa id
crypto_key_length- length of crypto_key in bytes
crypto_key- crypto keying material
integrity_key_length- length of integrity_key in bytes
integrity_key- integrity keying material

Definition at line 222 of file ipsec.api.

Field Documentation

u32 vl_api_ipsec_sa_set_key_t::client_index

Definition at line 224 of file ipsec.api.

u32 vl_api_ipsec_sa_set_key_t::context

Definition at line 225 of file ipsec.api.

u8 vl_api_ipsec_sa_set_key_t::crypto_key[128]

Definition at line 230 of file ipsec.api.

u8 vl_api_ipsec_sa_set_key_t::crypto_key_length

Definition at line 229 of file ipsec.api.

u8 vl_api_ipsec_sa_set_key_t::integrity_key[128]

Definition at line 233 of file ipsec.api.

u8 vl_api_ipsec_sa_set_key_t::integrity_key_length

Definition at line 232 of file ipsec.api.

u32 vl_api_ipsec_sa_set_key_t::sa_id

Definition at line 227 of file ipsec.api.


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