]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code to shared...
authorJussi Kivilinna <jussi.kivilinna@mbnet.fi>
Mon, 18 Jun 2012 11:06:58 +0000 (14:06 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 27 Jun 2012 06:42:00 +0000 (14:42 +0800)
commit0ccbd1844a9bbbdf2522539f8eabfdaae0b9f677
tree22a3602bdedfc8809ff09bc9241b98ae3264ff13
parentbdde9c111d97e5594f60e6403bde3954bff1f34b
crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code to shared module

Move ablk-* functions to separate module to share common code between cipher
implementations.

Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/Makefile
arch/x86/crypto/ablk_helper.c [new file with mode: 0644]
arch/x86/crypto/serpent_avx_glue.c
arch/x86/crypto/serpent_sse2_glue.c
arch/x86/include/asm/crypto/ablk_helper.h [new file with mode: 0644]
crypto/Kconfig