repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sched: Account rr tasks
[linux/fpc-iii.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