#include "plugin.h"#include "template/simple-function.h"#include "cfg.h"#include "uuid.h"#include "str-format.h"#include "plugin-types.h"#include "compat/openssl_support.h"#include <openssl/evp.h>#include <glib.h>#include <openssl/rand.h>#include <sys/mman.h>#include "slog.h"
Classes | |
| struct | TFSlogState |
Functions | |
| void | tf_slog_func_free_state (gpointer s) |
| TEMPLATE_FUNCTION (TFSlogState, tf_slog, tf_slog_prepare, tf_simple_func_eval, tf_slog_call, tf_slog_func_free_state, NULL) | |
| gboolean | secure_logging_module_init (PluginContext *context, CfgArgs *args) |
Variables | |
| const ModuleInfo | module_info |
| gboolean secure_logging_module_init | ( | PluginContext * | context, |
| CfgArgs * | args | ||
| ) |
| TEMPLATE_FUNCTION | ( | TFSlogState | , |
| tf_slog | , | ||
| tf_slog_prepare | , | ||
| tf_simple_func_eval | , | ||
| tf_slog_call | , | ||
| tf_slog_func_free_state | , | ||
| NULL | |||
| ) |
| void tf_slog_func_free_state | ( | gpointer | s | ) |
| const ModuleInfo module_info |