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
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
[linux/fpc-iii.git]
/
include
/
crypto
/
cast_common.h
blob
b900902441646f8a3e4334e601249c6807de18a2
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _CRYPTO_CAST_COMMON_H
3
#define _CRYPTO_CAST_COMMON_H
4
5
extern
const
u32 cast_s1
[
256
];
6
extern
const
u32 cast_s2
[
256
];
7
extern
const
u32 cast_s3
[
256
];
8
extern
const
u32 cast_s4
[
256
];
9
10
#endif