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>
Showing
- crypto/Kconfig 10 additions, 0 deletionscrypto/Kconfig
- crypto/Makefile 1 addition, 0 deletionscrypto/Makefile
- crypto/blowfish.c 12 additions, 355 deletionscrypto/blowfish.c
- crypto/blowfish_common.c 402 additions, 0 deletionscrypto/blowfish_common.c
- include/crypto/blowfish.h 23 additions, 0 deletionsinclude/crypto/blowfish.h
Loading
Please register or sign in to comment