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

Go to the source code of this file.

Macros

#define vl_print(handle, ...)   vlib_cli_output (handle, __VA_ARGS__)
 
#define REPLY_MSG_ID_BASE   om->msg_id_base
 

Functions

static void vl_api_tls_openssl_set_engine_t_handler (vl_api_tls_openssl_set_engine_t *mp)
 
clib_error_ttls_openssl_api_init (vlib_main_t *vm)
 

Variables

openssl_main_t openssl_main
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   om->msg_id_base

Definition at line 28 of file tls_openssl_api.c.

◆ vl_print

#define vl_print (   handle,
  ... 
)    vlib_cli_output (handle, __VA_ARGS__)

Definition at line 26 of file tls_openssl_api.c.

Function Documentation

◆ tls_openssl_api_init()

clib_error_t* tls_openssl_api_init ( vlib_main_t vm)

Definition at line 60 of file tls_openssl_api.c.

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

◆ vl_api_tls_openssl_set_engine_t_handler()

static void vl_api_tls_openssl_set_engine_t_handler ( vl_api_tls_openssl_set_engine_t mp)
static

Definition at line 35 of file tls_openssl_api.c.

+ Here is the call graph for this function:

Variable Documentation

◆ openssl_main

openssl_main_t openssl_main

Definition at line 32 of file tls_openssl.c.