repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6.git]
/
include
/
crypto
/
cast_common.h
blob
b7df35cd9f0a7a2b28db486db4de0d3d062c3d0f
1
#ifndef _CRYPTO_CAST_COMMON_H
2
#define _CRYPTO_CAST_COMMON_H
3
4
extern
const
u32 cast_s1
[
256
];
5
extern
const
u32 cast_s2
[
256
];
6
extern
const
u32 cast_s3
[
256
];
7
extern
const
u32 cast_s4
[
256
];
8
9
#endif