FD.io VPP  v16.12-rc0-308-g931be3a
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 3658 of file vpe.api.

Field Documentation

u32 vl_api_ipsec_sa_set_key_t::client_index

Definition at line 3660 of file vpe.api.

u32 vl_api_ipsec_sa_set_key_t::context

Definition at line 3661 of file vpe.api.

u8 vl_api_ipsec_sa_set_key_t::crypto_key[128]

Definition at line 3666 of file vpe.api.

u8 vl_api_ipsec_sa_set_key_t::crypto_key_length

Definition at line 3665 of file vpe.api.

u8 vl_api_ipsec_sa_set_key_t::integrity_key[128]

Definition at line 3669 of file vpe.api.

u8 vl_api_ipsec_sa_set_key_t::integrity_key_length

Definition at line 3668 of file vpe.api.

u32 vl_api_ipsec_sa_set_key_t::sa_id

Definition at line 3663 of file vpe.api.


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