WizardsToolkit  1.0.7
aes.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _AESInfo AESInfo

Functions

WizardExport AESInfoAcquireAESInfo (void)
WizardExport AESInfoDestroyAESInfo (AESInfo *)
WizardExport unsigned int GetAESBlocksize (const AESInfo *)
WizardExport void DecipherAESBlock (AESInfo *, const unsigned char *, unsigned char *)
WizardExport void EncipherAESBlock (AESInfo *, const unsigned char *, unsigned char *)
WizardExport void SetAESKey (AESInfo *, const StringInfo *)

Typedef Documentation

typedef struct _AESInfo AESInfo

Definition at line 25 of file aes.h.


Function Documentation

WizardExport AESInfo* AcquireAESInfo ( void  )
WizardExport void DecipherAESBlock ( AESInfo ,
const unsigned char *  ,
unsigned char *   
)
WizardExport void EncipherAESBlock ( AESInfo ,
const unsigned char *  ,
unsigned char *   
)
WizardExport unsigned int GetAESBlocksize ( const AESInfo )