summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/crypto/rijndael/rijndael_local.h
blob: 7c765a2b11f8d75beded08f2cbb428e0de790a1e (plain) (blame)
1
2
3
4
5
6
7
/*	$KAME: rijndael_local.h,v 1.5 2003/08/28 08:37:24 itojun Exp $	*/
/*	$FreeBSD$	*/

/* the file should not be used from outside */
typedef u_int8_t		u8;
typedef u_int16_t		u16;
typedef u_int32_t		u32;