repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
crypto
/
rijndael
/
rijndael_local.h
blob
a589f42b5d812b3b851956817728612924b78227
1
/* $NetBSD: rijndael_local.h,v 1.2.28.4 2005/03/04 16:40:52 skrll Exp $ */
2
/* $KAME: rijndael_local.h,v 1.4 2003/07/15 10:47:16 itojun 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
;