![]() |
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
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_t * | tls_openssl_api_init (vlib_main_t *vm) |
Variables | |
| openssl_main_t | openssl_main |
| #define REPLY_MSG_ID_BASE om->msg_id_base |
Definition at line 28 of file tls_openssl_api.c.
| #define vl_print | ( | handle, | |
| ... | |||
| ) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 26 of file tls_openssl_api.c.
| 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:
|
static |
| openssl_main_t openssl_main |
Definition at line 33 of file tls_openssl.c.