]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - crypto/Kconfig
crypto: serpent-sse2 - split generic glue code to new helper module
authorJussi Kivilinna <jussi.kivilinna@mbnet.fi>
Mon, 18 Jun 2012 11:07:19 +0000 (14:07 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 27 Jun 2012 06:42:01 +0000 (14:42 +0800)
commit596d875052dac6bf084f0c3a3e946fb4709b727b
treebd5bf090efd70b60d1c26c1ca7b6a559cbcf72b2
parente81792fbc2a6fa4969f724b959829667fb2d4f01
crypto: serpent-sse2 - split generic glue code to new helper module

Now that serpent-sse2 glue code has been made generic, it can be split to
separate module.

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/glue_helper.c [new file with mode: 0644]
arch/x86/crypto/serpent_sse2_glue.c
arch/x86/include/asm/crypto/glue_helper.h [new file with mode: 0644]
crypto/Kconfig