FD.io VPP  v19.04.1-1-ge4a0f9f
Vector Packet Processing
vl_api_pot_profile_show_config_details_t Struct Reference

Show POT profile reply. More...

Data Fields

u32 context
 
i32 retval
 
u8 id
 
u8 validator
 
u64 secret_key
 
u64 secret_share
 
u64 prime
 
u64 bit_mask
 
u64 lpc
 
u64 polynomial_public
 

Detailed Description

Show POT profile reply.

Template Parameters
id- id of the profile
validator- True/False to indicate if this is verifier
secret_key- Verification key
secret_share- Share of the 1st polynomial
prime- Prime number used for modulo operation
max_bits- Max bits to be used for Random number generation
lpc- Lagrange basis polynomial
polynomial_public- pre-evaluated public polynomial
list_name_len- length of the name of this profile list
list_name- name of this profile list

Definition at line 95 of file pot.api.

Field Documentation

u64 vl_api_pot_profile_show_config_details_t::bit_mask

Definition at line 103 of file pot.api.

u32 vl_api_pot_profile_show_config_details_t::context

Definition at line 96 of file pot.api.

u8 vl_api_pot_profile_show_config_details_t::id

Definition at line 98 of file pot.api.

u64 vl_api_pot_profile_show_config_details_t::lpc

Definition at line 104 of file pot.api.

u64 vl_api_pot_profile_show_config_details_t::polynomial_public

Definition at line 105 of file pot.api.

u64 vl_api_pot_profile_show_config_details_t::prime

Definition at line 102 of file pot.api.

i32 vl_api_pot_profile_show_config_details_t::retval

Definition at line 97 of file pot.api.

u64 vl_api_pot_profile_show_config_details_t::secret_key

Definition at line 100 of file pot.api.

u64 vl_api_pot_profile_show_config_details_t::secret_share

Definition at line 101 of file pot.api.

u8 vl_api_pot_profile_show_config_details_t::validator

Definition at line 99 of file pot.api.


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