WizardsToolkit  1.0.7
key.h File Reference
#include "wizard/cipher.h"
#include "wizard/random_.h"
#include "wizard/splay-tree.h"
Include dependency graph for key.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _KeyInfo KeyInfo

Functions

WizardExport KeyInfoAcquireKeyInfo (void)
WizardExport KeyInfoDestroyKeyInfo (KeyInfo *)
WizardExport WizardBooleanType SetKeyInfo (KeyInfo *, const StringInfo *, const StringInfo *)
WizardExport StringInfoGenerateSessionKey (KeyInfo *)
WizardExport StringInfoGetKeyInfo (KeyInfo *, const StringInfo *)

Typedef Documentation

typedef struct _KeyInfo KeyInfo

Definition at line 29 of file key.h.


Function Documentation

WizardExport KeyInfo* AcquireKeyInfo ( void  )
WizardExport StringInfo* GenerateSessionKey ( KeyInfo )