#include <gwenhywfar/ctplugin.h>
Go to the source code of this file.
Functions | |
int | GWEN_Crypt_Token_ModuleFini () |
int | GWEN_Crypt_Token_ModuleInit () |
int GWEN_Crypt_Token_ModuleFini | ( | ) |
Definition at line 81 of file ctplugin.c.
References DBG_ERROR, GWEN_CRYPT_TOKEN_PLUGIN_TYPENAME, GWEN_LOGDOMAIN, GWEN_PluginManager_FindPluginManager(), GWEN_PluginManager_free(), and GWEN_PluginManager_Unregister().
Referenced by GWEN_Fini().
int GWEN_Crypt_Token_ModuleInit | ( | ) |
Definition at line 41 of file ctplugin.c.
References DBG_ERROR, DBG_INFO, DIRSEP, GWEN_Buffer_AppendString(), GWEN_Buffer_free(), GWEN_Buffer_GetStart(), GWEN_Buffer_new(), GWEN_Buffer_Reset(), GWEN_CRYPT_TOKEN_FOLDER, GWEN_CRYPT_TOKEN_PLUGIN_TYPENAME, GWEN_LOGDOMAIN, GWEN_PathManager_GetPaths(), GWEN_PluginManager_AddPath(), GWEN_PluginManager_new(), GWEN_PluginManager_Register(), GWEN_PM_LIBNAME, GWEN_PM_PLUGINDIR, GWEN_StringList_FirstEntry(), GWEN_StringList_free(), GWEN_StringListEntry_Data(), and GWEN_StringListEntry_Next().
Referenced by GWEN_Init().