xref: /freebsd/sys/crypto/rijndael/rijndael_local.h (revision e6bfd18d21b225af6a0ed67ceeaf1293b7b9eba5)
1 /*	$KAME: rijndael_local.h,v 1.5 2003/08/28 08:37:24 itojun Exp $	*/
2 /*	$FreeBSD$	*/
3 
4 /* the file should not be used from outside */
5 typedef uint8_t			u8;
6 typedef uint16_t		u16;
7 typedef uint32_t		u32;
8