Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _CRYPTO_CAST_COMMON_H
0003 #define _CRYPTO_CAST_COMMON_H
0004 
0005 extern const u32 cast_s1[256];
0006 extern const u32 cast_s2[256];
0007 extern const u32 cast_s3[256];
0008 extern const u32 cast_s4[256];
0009 
0010 #endif