FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_app_add_cert_key_pair_t Struct Reference

Add certificate and key. More...

Data Fields

u32 client_index
 
u32 context
 
u16 cert_len
 
u16 certkey_len
 
u8 certkey [certkey_len]
 

Detailed Description

Add certificate and key.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
engine- crypto engine
cert_len- cert length (comes first)
certkey_len- cert and key length
certkey- cert & key data (due to API limitation)

Definition at line 119 of file session.api.

Field Documentation

◆ cert_len

u16 vl_api_app_add_cert_key_pair_t::cert_len

Definition at line 122 of file session.api.

◆ certkey

u8 vl_api_app_add_cert_key_pair_t::certkey[certkey_len]

Definition at line 124 of file session.api.

◆ certkey_len

u16 vl_api_app_add_cert_key_pair_t::certkey_len

Definition at line 123 of file session.api.

◆ client_index

u32 vl_api_app_add_cert_key_pair_t::client_index

Definition at line 120 of file session.api.

◆ context

u32 vl_api_app_add_cert_key_pair_t::context

Definition at line 121 of file session.api.


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