| */ |
*/ |
| |
|
| #define ECRYPT_MAXKEYSIZE 128 |
#define ECRYPT_MAXKEYSIZE 128 |
| |
#define ECRYPT_KEYSIZE(i) (128 + (i)*32) |
| |
|
| #define ECRYPT_MAXIVSIZE 128 |
#define ECRYPT_MAXIVSIZE 128 |
| |
#define ECRYPT_IVSIZE(i) (128 + (i)*32) |
| |
|
| /* ------------------------------------------------------------------------- */ |
/* ------------------------------------------------------------------------- */ |
| |
|
| u32 state[5]; |
u32 state[5]; |
| u32 carry[5]; |
u32 carry[5]; |
| u32 filter[5]; |
u32 filter[5]; |
| |
u32 init[3]; |
| } ECRYPT_ctx; |
} ECRYPT_ctx; |
| |
|
| /* ------------------------------------------------------------------------- */ |
/* ------------------------------------------------------------------------- */ |