summaryrefslogtreecommitdiff
path: root/include/crypto/cast_common.h
blob: b7df35cd9f0a7a2b28db486db4de0d3d062c3d0f (plain)
1
2
3
4
5
6
7
8
9
#ifndef _CRYPTO_CAST_COMMON_H
#define _CRYPTO_CAST_COMMON_H

extern const u32 cast_s1[256];
extern const u32 cast_s2[256];
extern const u32 cast_s3[256];
extern const u32 cast_s4[256];

#endif
4cb1d758df129bb781f7aa14'>4ea867c94492dd5105028711fd612174495abb18 parentfcdc103dac5bdabddd626a4dfe7e5aa5673a61c4 (diff)parentfd76d9105b8e5b80bee58311a5c88d6594622c00 (diff)
Merge branch 'mlxsw-cleanup-neigh-handling'
Jiri Pirko says: ==================== mlxsw: cleanup neigh handling Ido says: This series addresses long standing issues in the mlxsw driver concerning neighbour reflection. It also prepares the code for follow-up changes dealing with proper resource cleanup and nexthop reflection. The first two patches convert the neighbour reflection code to use an ordered workqueue, to prevent re-ordering of NEIGH_UPDATE events that may happen following subsequent patches. The third to fifth patches remove the ndo_neigh_{construct,destroy} entry points from the driver, thereby relying only on NEIGH_UPDATE events for neighbour reflection. This simplifies the code considerably. Last patches are fallout and adjust nits in the code I noticed while going over it. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat