repo.or.cz
/
freebsd
/
src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mtw(4) remove misplaced DEBUG_FLAGS
[freebsd/src.git]
/
sys
/
crypto
/
rijndael
/
rijndael_local.h
blob
1d71a34af66885d7849410efc5f4b3d4cd0340d4
1
/* $KAME: rijndael_local.h,v 1.5 2003/08/28 08:37:24 itojun Exp $ */
2
3
/* the file should not be used from outside */
4
typedef
uint8_t
u8
;
5
typedef
uint16_t
u16
;
6
typedef
uint32_t
u32
;