Go to the source code of this file.
◆ format_vnet_crypto_handlers()
static u8* format_vnet_crypto_handlers |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
Definition at line 57 of file cli.c.
◆ set_crypto_handler_command_fn()
◆ show_crypto_engines_command_fn()
Definition at line 21 of file cli.c.
◆ show_crypto_handlers_command_fn()
Definition at line 92 of file cli.c.
◆ set_crypto_handler_command
Initial value:=
{
.path = "set crypto handler",
.short_help = "set crypto handler cipher [cipher2 cipher3 ...] engine",
}
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 195 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 112 of file cli.c.