summaryrefslogtreecommitdiffstats
path: root/crypto/rijndael/rijndael.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rijndael/rijndael.h')
-rw-r--r--crypto/rijndael/rijndael.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/rijndael/rijndael.h b/crypto/rijndael/rijndael.h
index 8287ca67c1..72edcc2942 100644
--- a/crypto/rijndael/rijndael.h
+++ b/crypto/rijndael/rijndael.h
@@ -1,11 +1,7 @@
#include "openssl/rd_fst.h"
-#define RIJNDAEL_MAX_IV 16
-
typedef struct
{
- word8 keySched[RIJNDAEL_MAXROUNDS+1][4][4];
+ u32 rd_key[4 *(MAXNR + 1)];
int rounds;
- word8 iv[RIJNDAEL_MAX_IV];
- int enc;
} RIJNDAEL_KEY;