FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
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 |
crypto: set crypto handler
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.
string vl_api_crypto_set_handler_t::alg_name[32] |
Definition at line 57 of file crypto.api.
u32 vl_api_crypto_set_handler_t::client_index |
Definition at line 55 of file crypto.api.
u32 vl_api_crypto_set_handler_t::context |
Definition at line 56 of file crypto.api.
string vl_api_crypto_set_handler_t::engine[16] |
Definition at line 58 of file crypto.api.
u8 vl_api_crypto_set_handler_t::is_async |
Definition at line 60 of file crypto.api.
vl_api_crypto_op_class_type_t vl_api_crypto_set_handler_t::oct |
Definition at line 59 of file crypto.api.