FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
main.c File Reference
+ Include dependency graph for main.c:

Go to the source code of this file.

Functions

static void crypto_native_key_handler (vlib_main_t *vm, vnet_crypto_key_op_t kop, vnet_crypto_key_index_t idx)
 
clib_error_tcrypto_native_init (vlib_main_t *vm)
 
 VLIB_PLUGIN_REGISTER ()
 

Variables

crypto_native_main_t crypto_native_main
 

Function Documentation

◆ crypto_native_init()

clib_error_t* crypto_native_init ( vlib_main_t vm)

Definition at line 63 of file main.c.

+ Here is the call graph for this function:

◆ crypto_native_key_handler()

static void crypto_native_key_handler ( vlib_main_t vm,
vnet_crypto_key_op_t  kop,
vnet_crypto_key_index_t  idx 
)
static

TODO: add linked alg support

Definition at line 26 of file main.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ VLIB_PLUGIN_REGISTER()

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

Variable Documentation

◆ crypto_native_main

crypto_native_main_t crypto_native_main

Definition at line 23 of file main.c.