Typedefs | Functions

key.h File Reference

#include "wizard/cipher.h"
#include "wizard/random_.h"
#include "wizard/splay-tree.h"

Go to the source code of this file.

Typedefs

typedef struct _KeyInfo KeyInfo

Functions

WizardExport KeyInfoAcquireKeyInfo (void)
WizardExport KeyInfo ** DestroyKeyInfo (KeyInfo *)
WizardExport WizardBooleanType SetKeyInfo (KeyInfo *, const StringInfo *, const StringInfo *)
WizardExport StringInfoGenerateSessionKey (KeyInfo *)
WizardExport StringInfo ** GetKeyInfo (KeyInfo *, const StringInfo *)

Typedef Documentation

typedef struct _KeyInfo KeyInfo

Function Documentation

WizardExport KeyInfo* AcquireKeyInfo ( void   ) 
WizardExport KeyInfo* * DestroyKeyInfo ( KeyInfo  ) 
WizardExport StringInfo* GenerateSessionKey ( KeyInfo  ) 
WizardExport StringInfo* * GetKeyInfo ( KeyInfo ,
const StringInfo  
)
WizardExport WizardBooleanType SetKeyInfo ( KeyInfo ,
const StringInfo ,
const StringInfo  
)