[CRYPTO] aes: Move common defines into a header file
[safe/jmp/linux-2.6] / arch / x86 / crypto / aes_64.c
index 5cdb13e..0b38a4c 100644 (file)
@@ -54,6 +54,7 @@
 */
 
 #include <asm/byteorder.h>
+#include <crypto/aes.h>
 #include <linux/bitops.h>
 #include <linux/crypto.h>
 #include <linux/errno.h>
 #include <linux/module.h>
 #include <linux/types.h>
 
-#define AES_MIN_KEY_SIZE       16
-#define AES_MAX_KEY_SIZE       32
-
-#define AES_BLOCK_SIZE         16
-
 /*
  * #define byte(x, nr) ((unsigned char)((x) >> (nr*8)))
  */