File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ipsec-tools / src / racoon / missing / crypto / rijndael / rijndael_local.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:39:10 2012 UTC (12 years, 5 months ago) by misho
Branches: ipsec-tools, MAIN
CVS tags: v0_8_2p2, v0_8_1p0, v0_8_1, v0_8_0p0, v0_8_0, HEAD
ipsec-tools

/*	$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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>