#include <gwenhywfar/crypt.h>Go to the source code of this file.
Functions expected in implementation | |
| GWENHYWFAR_API GWEN_ERRORCODE | GWEN_CryptImpl_Fini () |
| GWENHYWFAR_API GWEN_ERRORCODE | GWEN_CryptImpl_Init () |
Functions | |
| int | GWEN_Crypt_KeyToDb (const GWEN_CRYPTKEY *key, GWEN_DB_NODE *db) |
| GWENHYWFAR_API GWEN_ERRORCODE | GWEN_Crypt_ModuleFini () |
| GWENHYWFAR_API GWEN_ERRORCODE | GWEN_Crypt_ModuleInit () |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
This function is called when the GWEN_Crypt module is deinitialized. It can be used to release allocated data. It MUST NOT unregister any crypt key type, this is done automatically. |
|
|
This function is expected to register all it's crypto service providers. It is called when the GWEN_Crypt module is initialized. |
1.4.6