]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: cast6 - prepare generic module for optimized implementations
authorJohannes Goetzfried <Johannes.Goetzfried@informatik.stud.uni-erlangen.de>
Wed, 11 Jul 2012 17:38:12 +0000 (19:38 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 1 Aug 2012 09:47:30 +0000 (17:47 +0800)
commitc5c6e8bb1f7d69ce1c843cc076c24e862199b844
tree23efa38a81d4c7da484307ace9d37b137ced8efe
parentf2d142d8dd20f21fda4829c201bf93d428fdd36f
crypto: cast6 - prepare generic module for optimized implementations

Rename cast6 module to cast6_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/cast6.c [deleted file]
crypto/cast6_generic.c [new file with mode: 0644]
include/crypto/cast6.h [new file with mode: 0644]