crypto: cast5 - prepare generic module for optimized implementations
authorJohannes Goetzfried <Johannes.Goetzfried@informatik.stud.uni-erlangen.de>
Wed, 11 Jul 2012 17:37:04 +0000 (19:37 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 1 Aug 2012 09:47:29 +0000 (17:47 +0800)
commit270b0c6b406a0ae7673ee880d1d7cc6bd6c904de
treef73fc16f158c1cc3ff13ef6cd1019805ec79b53e
parent37743cc0d34c4c5cb8520bc27eb2a45141e938fe
crypto: cast5 - prepare generic module for optimized implementations

Rename cast5 module to cast5_generic to allow autoloading of optimized
implementations. Generic functions and s-boxes are exported to be able to use
them within optimized implementations.

Signed-off-by: Johannes Goetzfried <Johannes.Goetzfried@informatik.stud.uni-erlangen.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Makefile
crypto/cast5.c [deleted file]
crypto/cast5_generic.c [new file with mode: 0644]
include/crypto/cast5.h [new file with mode: 0644]