Explorar el Código

crypto: aesni - remove unused defines in "by8" variant

The defines for xkey3, xkey6 and xkey9 are not used in the code. They're
probably left overs from merging the three source files for 128, 192 and
256 bit AES. They can safely be removed.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Cc: Chandramouli Narayanan <mouli@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Mathias Krause hace 11 años
padre
commit
e3b3bb5ac1
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      arch/x86/crypto/aes_ctrby8_avx-x86_64.S

+ 0 - 3
arch/x86/crypto/aes_ctrby8_avx-x86_64.S

@@ -79,9 +79,6 @@
 #define xcounter	%xmm8
 #define xcounter	%xmm8
 #define xbyteswap	%xmm9
 #define xbyteswap	%xmm9
 #define xkey0		%xmm10
 #define xkey0		%xmm10
-#define xkey3		%xmm11
-#define xkey6		%xmm12
-#define xkey9		%xmm13
 #define xkey4		%xmm11
 #define xkey4		%xmm11
 #define xkey8		%xmm12
 #define xkey8		%xmm12
 #define xkey12		%xmm13
 #define xkey12		%xmm13