FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
cli.c File Reference
+ Include dependency graph for cli.c:

Go to the source code of this file.

Functions

static clib_error_tshow_crypto_engines_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static u8format_vnet_crypto_handlers (u8 *s, va_list *args)
 
static clib_error_tshow_crypto_handlers_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tset_crypto_handler_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

static vlib_cli_command_t show_crypto_engines_command
 (constructor) VLIB_CLI_COMMAND (show_crypto_engines_command) More...
 
static vlib_cli_command_t show_crypto_handlers_command
 (constructor) VLIB_CLI_COMMAND (show_crypto_handlers_command) More...
 
static vlib_cli_command_t set_crypto_handler_command
 (constructor) VLIB_CLI_COMMAND (set_crypto_handler_command) More...
 

Function Documentation

static u8* format_vnet_crypto_handlers ( u8 s,
va_list *  args 
)
static

Definition at line 57 of file cli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* set_crypto_handler_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 121 of file cli.c.

+ Here is the call graph for this function:

static clib_error_t* show_crypto_engines_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 21 of file cli.c.

+ Here is the call graph for this function:

static clib_error_t* show_crypto_handlers_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 92 of file cli.c.

+ Here is the call graph for this function:

Variable Documentation

vlib_cli_command_t set_crypto_handler_command
static
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)
Definition: cli.c:121

(constructor) VLIB_CLI_COMMAND (set_crypto_handler_command)

Definition at line 195 of file cli.c.

vlib_cli_command_t show_crypto_engines_command
static
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)
Definition: cli.c:21

(constructor) VLIB_CLI_COMMAND (show_crypto_engines_command)

Definition at line 49 of file cli.c.

vlib_cli_command_t show_crypto_handlers_command
static
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)
Definition: cli.c:92

(constructor) VLIB_CLI_COMMAND (show_crypto_handlers_command)

Definition at line 112 of file cli.c.