summaryrefslogtreecommitdiffstats
path: root/ipsec-tools/src/racoon/missing/crypto/rijndael/rijndael_local.h
blob: e4463784b2a1567ecfabb9617ee8a24fa3970a82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*	$NetBSD: rijndael_local.h,v 1.4 2006/09/09 16:22:36 manu Exp $	*/

/*	$KAME: rijndael_local.h,v 1.1.1.1 2001/08/08 09:56:27 sakane 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