gwenhywfar 5.14.1
ctplugin_be.h File Reference
#include <gwenhywfar/ctplugin.h>
Include dependency graph for ctplugin_be.h:

Go to the source code of this file.

Typedefs

typedef int GWENHYWFAR_CB(* GWEN_CRYPT_TOKEN_PLUGIN_CHECKTOKEN_FN) (GWEN_PLUGIN *pl, GWEN_BUFFER *name)
typedef GWEN_CRYPT_TOKEN *GWENHYWFAR_CB(* GWEN_CRYPT_TOKEN_PLUGIN_CREATETOKEN_FN) (GWEN_PLUGIN *pl, const char *name)

Functions

GWENHYWFAR_API GWEN_PLUGINGWEN_Crypt_Token_Plugin_new (GWEN_PLUGIN_MANAGER *mgr, GWEN_CRYPT_TOKEN_DEVICE devType, const char *typeName, const char *fileName)
GWENHYWFAR_API GWEN_CRYPT_TOKEN_PLUGIN_CHECKTOKEN_FN GWEN_Crypt_Token_Plugin_SetCheckTokenFn (GWEN_PLUGIN *pl, GWEN_CRYPT_TOKEN_PLUGIN_CHECKTOKEN_FN fn)
GWENHYWFAR_API GWEN_CRYPT_TOKEN_PLUGIN_CREATETOKEN_FN GWEN_Crypt_Token_Plugin_SetCreateTokenFn (GWEN_PLUGIN *pl, GWEN_CRYPT_TOKEN_PLUGIN_CREATETOKEN_FN fn)

Typedef Documentation

◆ GWEN_CRYPT_TOKEN_PLUGIN_CHECKTOKEN_FN

typedef int GWENHYWFAR_CB(* GWEN_CRYPT_TOKEN_PLUGIN_CHECKTOKEN_FN) (GWEN_PLUGIN *pl, GWEN_BUFFER *name)

Definition at line 27 of file ctplugin_be.h.

◆ GWEN_CRYPT_TOKEN_PLUGIN_CREATETOKEN_FN

typedef GWEN_CRYPT_TOKEN *GWENHYWFAR_CB(* GWEN_CRYPT_TOKEN_PLUGIN_CREATETOKEN_FN) (GWEN_PLUGIN *pl, const char *name)

Definition at line 23 of file ctplugin_be.h.

Function Documentation

◆ GWEN_Crypt_Token_Plugin_new()

GWENHYWFAR_API GWEN_PLUGIN * GWEN_Crypt_Token_Plugin_new ( GWEN_PLUGIN_MANAGER * mgr,
GWEN_CRYPT_TOKEN_DEVICE devType,
const char * typeName,
const char * fileName )

Definition at line 116 of file ctplugin.c.

References GWEN_Crypt_Token_Plugin_FreeData(), GWEN_INHERIT_SETDATA, GWEN_NEW_OBJECT, and GWEN_Plugin_new().

Referenced by GWEN_Crypt_TokenOHBCI_Plugin_new().

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

◆ GWEN_Crypt_Token_Plugin_SetCheckTokenFn()

Definition at line 213 of file ctplugin.c.

References GWEN_INHERIT_GETDATA.

Referenced by GWEN_Crypt_TokenOHBCI_Plugin_new().

Here is the caller graph for this function:

◆ GWEN_Crypt_Token_Plugin_SetCreateTokenFn()

Definition at line 195 of file ctplugin.c.

References GWEN_INHERIT_GETDATA.

Referenced by GWEN_Crypt_TokenOHBCI_Plugin_new().

Here is the caller graph for this function: