#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 "crypto-utils.h"
Classes | |
| struct | TFHashState |
Functions | |
| TEMPLATE_FUNCTION_SIMPLE (tf_uuid) | |
| TEMPLATE_FUNCTION (TFHashState, tf_hash, tf_hash_prepare, tf_simple_func_eval, tf_hash_call, tf_simple_func_free_state, NULL) | |
| gboolean | cryptofuncs_module_init (PluginContext *context, CfgArgs *args) |
Variables | |
| const ModuleInfo | module_info |
| gboolean cryptofuncs_module_init | ( | PluginContext * | context, |
| CfgArgs * | args | ||
| ) |
| TEMPLATE_FUNCTION | ( | TFHashState | , |
| tf_hash | , | ||
| tf_hash_prepare | , | ||
| tf_simple_func_eval | , | ||
| tf_hash_call | , | ||
| tf_simple_func_free_state | , | ||
| NULL | |||
| ) |
| TEMPLATE_FUNCTION_SIMPLE | ( | tf_uuid | ) |
| const ModuleInfo module_info |