cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Macros | Functions
aestab.h File Reference

Go to the source code of this file.

Macros

#define t_dec(m, n)   t_##m##n
 
#define t_set(m, n)   t_##m##n
 
#define t_use(m, n)   t_##m##n
 
#define CONST
 
#define EXTERN   extern
 
#define ALIGN
 
#define XP_DIR
 
#define d_1(t, n, b, e)   EXTERN ALIGN CONST XP_DIR t n[256]
 
#define d_4(t, n, b, e, f, g, h)   EXTERN ALIGN CONST XP_DIR t n[4][256]
 

Functions

EXTERN ALIGN CONST uint_32t t_dec (r, c)[RC_LENGTH]
 

Macro Definition Documentation

#define ALIGN

Definition at line 102 of file aestab.h.

#define CONST

Definition at line 88 of file aestab.h.

#define d_1 (   t,
  n,
  b,
 
)    EXTERN ALIGN CONST XP_DIR t n[256]

Definition at line 116 of file aestab.h.

#define d_4 (   t,
  n,
  b,
  e,
  f,
  g,
 
)    EXTERN ALIGN CONST XP_DIR t n[4][256]

Definition at line 117 of file aestab.h.

#define EXTERN   extern

Definition at line 96 of file aestab.h.

#define t_dec (   m,
  n 
)    t_##m##n

Definition at line 76 of file aestab.h.

#define t_set (   m,
  n 
)    t_##m##n

Definition at line 77 of file aestab.h.

#define t_use (   m,
  n 
)    t_##m##n

Definition at line 78 of file aestab.h.

#define XP_DIR

Definition at line 108 of file aestab.h.

Function Documentation

EXTERN ALIGN CONST uint_32t t_dec ( ,
 
)