wxPdfDocument 0.9.2
Classes | Defines | Typedefs
pdfrijndael.h File Reference

Interface of the Rijndael cipher. More...

#include "wx/pdfdocdef.h"

Classes

class  wxPdfRijndael
 Class implementing the Rijndael cipher. (For internal use only) More...

Defines

#define _MAX_KEY_COLUMNS   (256/32)
#define _MAX_ROUNDS   14
#define MAX_IV_SIZE   16
#define RIJNDAEL_SUCCESS   0
#define RIJNDAEL_UNSUPPORTED_MODE   -1
#define RIJNDAEL_UNSUPPORTED_DIRECTION   -2
#define RIJNDAEL_UNSUPPORTED_KEY_LENGTH   -3
#define RIJNDAEL_BAD_KEY   -4
#define RIJNDAEL_NOT_INITIALIZED   -5
#define RIJNDAEL_BAD_DIRECTION   -6
#define RIJNDAEL_CORRUPTED_DATA   -7
#define STRICT_ALIGN   0

Typedefs

typedef unsigned char UINT8
typedef unsigned int UINT32
typedef unsigned short UINT16

Detailed Description

Interface of the Rijndael cipher.


Define Documentation

#define _MAX_KEY_COLUMNS   (256/32)
#define _MAX_ROUNDS   14
#define MAX_IV_SIZE   16
#define RIJNDAEL_BAD_DIRECTION   -6
#define RIJNDAEL_BAD_KEY   -4
#define RIJNDAEL_CORRUPTED_DATA   -7
#define RIJNDAEL_NOT_INITIALIZED   -5
#define RIJNDAEL_SUCCESS   0
#define RIJNDAEL_UNSUPPORTED_DIRECTION   -2
#define RIJNDAEL_UNSUPPORTED_KEY_LENGTH   -3
#define RIJNDAEL_UNSUPPORTED_MODE   -1
#define STRICT_ALIGN   0

Typedef Documentation

typedef unsigned short UINT16
typedef unsigned int UINT32
typedef unsigned char UINT8