FD.io VPP  v21.01.1
Vector Packet Processing
crypto_api.c File Reference
+ Include dependency graph for crypto_api.c:

Go to the source code of this file.

Macros

#define REPLY_MSG_ID_BASE   crypto_base_msg_id
 

Functions

static void vl_api_crypto_set_async_dispatch_t_handler (vl_api_crypto_set_async_dispatch_t *mp)
 
static void vl_api_crypto_set_handler_t_handler (vl_api_crypto_set_handler_t *mp)
 
clib_error_tcrypto_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (crypto_api_hookup)
 

Variables

static u32 crypto_base_msg_id
 Base message ID fot the plugin. More...
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   crypto_base_msg_id

Definition at line 38 of file crypto_api.c.

Function Documentation

◆ crypto_api_hookup()

clib_error_t* crypto_api_hookup ( vlib_main_t vm)

Definition at line 78 of file crypto_api.c.

+ Here is the call graph for this function:

◆ vl_api_crypto_set_async_dispatch_t_handler()

static void vl_api_crypto_set_async_dispatch_t_handler ( vl_api_crypto_set_async_dispatch_t mp)
static

Definition at line 43 of file crypto_api.c.

+ Here is the call graph for this function:

◆ vl_api_crypto_set_handler_t_handler()

static void vl_api_crypto_set_handler_t_handler ( vl_api_crypto_set_handler_t mp)
static

Definition at line 55 of file crypto_api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( crypto_api_hookup  )
+ Here is the caller graph for this function:

Variable Documentation

◆ crypto_base_msg_id

u32 crypto_base_msg_id
static

Base message ID fot the plugin.

Definition at line 36 of file crypto_api.c.