aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto
diff options
context:
space:
mode:
authorMathias Krause <minipli@googlemail.com>2014-09-28 16:24:00 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2014-10-02 02:35:03 -0400
commite3b3bb5ac1438354635c3879ce31cbdeebe55857 (patch)
tree9b19eaf7e2d761409b704567dce66497098f3e83 /arch/x86/crypto
parent80dca4734b3561be59879b02bce359b6f661e921 (diff)
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>
Diffstat (limited to 'arch/x86/crypto')
-rw-r--r--arch/x86/crypto/aes_ctrby8_avx-x86_64.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/crypto/aes_ctrby8_avx-x86_64.S b/arch/x86/crypto/aes_ctrby8_avx-x86_64.S
index a029bc744244..2df2a0298f5a 100644
--- a/arch/x86/crypto/aes_ctrby8_avx-x86_64.S
+++ b/arch/x86/crypto/aes_ctrby8_avx-x86_64.S
@@ -79,9 +79,6 @@
79#define xcounter %xmm8 79#define xcounter %xmm8
80#define xbyteswap %xmm9 80#define xbyteswap %xmm9
81#define xkey0 %xmm10 81#define xkey0 %xmm10
82#define xkey3 %xmm11
83#define xkey6 %xmm12
84#define xkey9 %xmm13
85#define xkey4 %xmm11 82#define xkey4 %xmm11
86#define xkey8 %xmm12 83#define xkey8 %xmm12
87#define xkey12 %xmm13 84#define xkey12 %xmm13