crypto: serpent-sse2/avx - allow both to be built into kernel
commit3387e7d69048f5ab02729825f9611754850d9a87
authorJussi Kivilinna <jussi.kivilinna@mbnet.fi>
Thu, 14 Jun 2012 02:09:03 +0000 (14 10:09 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 14 Jun 2012 02:09:03 +0000 (14 10:09 +0800)
treed7468f1d4a72dc1282a04c6f5bc5953be2b7bdad
parentd366db605c8c4a9878589bc4a87e55f6063184ac
crypto: serpent-sse2/avx - allow both to be built into kernel

Rename serpent-avx assembler functions so that they do not collide with
serpent-sse2 assembler functions when linking both versions in to same
kernel image.

Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Johannes Goetzfried <Johannes.Goetzfried@informatik.stud.uni-erlangen.de>
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/serpent-avx-x86_64-asm_64.S
arch/x86/crypto/serpent_avx_glue.c
arch/x86/crypto/serpent_sse2_glue.c
arch/x86/include/asm/serpent-avx.h [new file with mode: 0644]
arch/x86/include/asm/serpent-sse2.h [moved from arch/x86/include/asm/serpent.h with 95% similarity]