crypto: blowfish - split generic and common c code
authorJussi Kivilinna <jussi.kivilinna@mbnet.fi>
Thu, 1 Sep 2011 22:45:07 +0000 (01:45 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 22 Sep 2011 11:25:25 +0000 (21:25 +1000)
commit52ba867c8c23dcb24865f80a95c191501e101b9f
tree421448ac9400c97e11a233769ae7993dcf36e70a
parentb2bac6acf86d05d8af0499f37d91ecac15722803
crypto: blowfish - split generic and common c code

Patch splits up the blowfish crypto routine into a common part (key setup)
which will be used by blowfish crypto modules (x86_64 assembly and generic-c).

Also fixes errors/warnings reported by checkpatch.

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