summaryrefslogtreecommitdiffstats
path: root/sys/crypto/rijndael/rijndael_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/rijndael/rijndael_local.h')
-rw-r--r--sys/crypto/rijndael/rijndael_local.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/crypto/rijndael/rijndael_local.h b/sys/crypto/rijndael/rijndael_local.h
new file mode 100644
index 0000000..240e3ff
--- /dev/null
+++ b/sys/crypto/rijndael/rijndael_local.h
@@ -0,0 +1,10 @@
+/* $KAME: rijndael_local.h,v 1.3 2000/10/02 17:14:27 itojun Exp $ */
+
+/* the file should not be used from outside */
+typedef u_int8_t BYTE;
+typedef u_int8_t word8;
+typedef u_int16_t word16;
+typedef u_int32_t word32;
+
+#define MAXKC RIJNDAEL_MAXKC
+#define MAXROUNDS RIJNDAEL_MAXROUNDS
OpenPOWER on IntegriCloud