freebsd-dev/sys/crypto/rijndael/rijndael_local.h
John Baldwin d3d79e968b Consistently use C99 fixed-width types in the in-kernel crypto code.
Reviewed by:	markj
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D27061
2020-11-03 22:27:54 +00:00

8 lines
201 B
C

/* $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 uint8_t u8;
typedef uint16_t u16;
typedef uint32_t u32;