]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/crypto/rijndael/rijndael_local.h
Import CK as of commit 5221ae2f3722a78c7fc41e47069ad94983d3bccb.
[FreeBSD/FreeBSD.git] / sys / crypto / rijndael / rijndael_local.h
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 u_int8_t                u8;
6 typedef u_int16_t               u16;
7 typedef u_int32_t               u32;