crypto: cast5/cast6 - move lookup tables to shared module
[deliverable/linux.git] / arch / x86 / crypto / cast6-avx-x86_64-asm_64.S
index 83a53818f0a5e3cb89a02bce1d83a9174fc0b0a6..2569d0da841f1069f82d0a49ddcd003588310496 100644 (file)
 
 .file "cast6-avx-x86_64-asm_64.S"
 
-.extern cast6_s1
-.extern cast6_s2
-.extern cast6_s3
-.extern cast6_s4
+.extern cast_s1
+.extern cast_s2
+.extern cast_s3
+.extern cast_s4
 
 /* structure of crypto context */
 #define km     0
 #define kr     (12*4*4)
 
 /* s-boxes */
-#define s1     cast6_s1
-#define s2     cast6_s2
-#define s3     cast6_s3
-#define s4     cast6_s4
+#define s1     cast_s1
+#define s2     cast_s2
+#define s3     cast_s3
+#define s4     cast_s4
 
 /**********************************************************************
   8-way AVX cast6
This page took 0.023731 seconds and 5 git commands to generate.