FD.io VPP  v21.01.1
Vector Packet Processing
vl_api_crypto_set_handler_t Struct Reference

crypto: set crypto handler More...

Data Fields

u32 client_index
 
u32 context
 
string alg_name [32]
 
string engine [16]
 
vl_api_crypto_op_class_type_t oct
 
u8 is_async
 

Detailed Description

crypto: set crypto handler

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
alg_name- Name of the algorithm to add
engine- Name of the engine to add
oct- Operation class type (simple, chained, both)
is_async- Asynchronous or not

Definition at line 53 of file crypto.api.

Field Documentation

◆ alg_name

string vl_api_crypto_set_handler_t::alg_name[32]

Definition at line 57 of file crypto.api.

◆ client_index

u32 vl_api_crypto_set_handler_t::client_index

Definition at line 55 of file crypto.api.

◆ context

u32 vl_api_crypto_set_handler_t::context

Definition at line 56 of file crypto.api.

◆ engine

string vl_api_crypto_set_handler_t::engine[16]

Definition at line 58 of file crypto.api.

◆ is_async

u8 vl_api_crypto_set_handler_t::is_async

Definition at line 60 of file crypto.api.

◆ oct

vl_api_crypto_op_class_type_t vl_api_crypto_set_handler_t::oct

Definition at line 59 of file crypto.api.


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