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)
commitffaf9156320a077ebf9c5b9a5cf987689dc1a6b3
tree22a3602bdedfc8809ff09bc9241b98ae3264ff13
parent7c76bdd7c3baf6d2431bb801f5b11d2ac195fdd6
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
This page took 0.027647 seconds and 5 git commands to generate.