Typedefs | Functions

serpent.h File Reference

Go to the source code of this file.

Typedefs

typedef struct _SerpentInfo SerpentInfo

Functions

WizardExport SerpentInfoAcquireSerpentInfo (void)
WizardExport SerpentInfo ** DestroySerpentInfo (SerpentInfo *)
WizardExport unsigned int GetSerpentBlocksize (const SerpentInfo *)
WizardExport void DecipherSerpentBlock (SerpentInfo *, const unsigned char *, unsigned char *)
WizardExport void EncipherSerpentBlock (SerpentInfo *, const unsigned char *, unsigned char *)
WizardExport void SetSerpentKey (SerpentInfo *, const StringInfo *)

Typedef Documentation

typedef struct _SerpentInfo SerpentInfo

Function Documentation

WizardExport SerpentInfo* AcquireSerpentInfo ( void   ) 
WizardExport void DecipherSerpentBlock ( SerpentInfo ,
const unsigned char *  ,
unsigned char *   
)
WizardExport SerpentInfo* * DestroySerpentInfo ( SerpentInfo  ) 
WizardExport void EncipherSerpentBlock ( SerpentInfo ,
const unsigned char *  ,
unsigned char *   
)
WizardExport unsigned int GetSerpentBlocksize ( const SerpentInfo  ) 
WizardExport void SetSerpentKey ( SerpentInfo ,
const StringInfo  
)