Go to the source code of this file.
|
static clib_error_t * | show_crypto_engines_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static u8 * | format_vnet_crypto_engine_candidates (u8 *s, va_list *args) |
|
static u8 * | format_vnet_crypto_handlers (u8 *s, va_list *args) |
|
static clib_error_t * | show_crypto_handlers_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | set_crypto_handler_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static u8 * | format_vnet_crypto_async_handlers (u8 *s, va_list *args) |
|
static clib_error_t * | show_crypto_async_handlers_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | set_crypto_async_handler_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
◆ format_vnet_crypto_async_handlers()
static u8* format_vnet_crypto_async_handlers |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ format_vnet_crypto_engine_candidates()
static u8* format_vnet_crypto_engine_candidates |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
Definition at line 57 of file cli.c.
◆ format_vnet_crypto_handlers()
static u8* format_vnet_crypto_handlers |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ set_crypto_async_handler_command_fn()
◆ set_crypto_handler_command_fn()
◆ show_crypto_async_handlers_command_fn()
◆ show_crypto_engines_command_fn()
Definition at line 21 of file cli.c.
◆ show_crypto_handlers_command_fn()
◆ set_crypto_async_handler_command
Initial value:=
{
.path = "set crypto async handler",
.short_help = "set crypto async handler type [type2 type3 ...] engine",
}
static clib_error_t * set_crypto_async_handler_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (set_crypto_async_handler_command)
Definition at line 388 of file cli.c.
◆ set_crypto_handler_command
Initial value:=
{
.path = "set crypto handler",
.short_help = "set crypto handler cipher [cipher2 cipher3 ...] engine"
" [simple|chained]",
}
static clib_error_t * set_crypto_handler_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (set_crypto_handler_command)
Definition at line 245 of file cli.c.
◆ show_crypto_async_handlers_command
Initial value:=
{
.path = "show crypto async handlers",
.short_help = "show crypto async handlers",
}
static clib_error_t * show_crypto_async_handlers_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_crypto_async_handlers_command)
Definition at line 304 of file cli.c.
◆ show_crypto_engines_command
Initial value:=
{
.path = "show crypto engines",
.short_help = "show crypto engines",
}
static clib_error_t * show_crypto_engines_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_crypto_engines_command)
Definition at line 49 of file cli.c.
◆ show_crypto_handlers_command
Initial value:=
{
.path = "show crypto handlers",
.short_help = "show crypto handlers",
}
static clib_error_t * show_crypto_handlers_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_crypto_handlers_command)
Definition at line 155 of file cli.c.