xref: /dragonfly/sys/crypto/rijndael/rijndael_local.h (revision 86d7f5d305c6adaa56ff4582ece9859d73106103)
1 /*        $KAME: rijndael_local.h,v 1.5 2003/08/28 08:37:24 itojun Exp $        */
2 /*        $FreeBSD: src/sys/crypto/rijndael/rijndael_local.h,v 1.4 2003/10/12 21:05:05 ume Exp $    */
3 
4 /* the file should not be used from outside */
5 typedef u_int8_t              u8;
6 typedef u_int16_t             u16;
7 typedef u_int32_t             u32;
8