]> git.baikalelectronics.ru Git - kernel.git/commit
[CRYPTO] blkcipher: Merge ablkcipher and blkcipher into one option/module
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 27 Nov 2007 11:48:27 +0000 (19:48 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:41 +0000 (08:16 +1100)
commit7759ee85d8d7586f844f7eac8b76d568688227bb
tree99e1d59a0a944807bf10b59f874045ac8067ba68
parentba9238a5ce622864a3d29ef1ca25234df9473311
[CRYPTO] blkcipher: Merge ablkcipher and blkcipher into one option/module

With the impending addition of the givcipher type, both blkcipher and
ablkcipher algorithms will use it to create givcipher objects.  As such
it no longer makes sense to split the system between ablkcipher and
blkcipher.  In particular, both ablkcipher.c and blkcipher.c would need
to use the givcipher type which has to reside in ablkcipher.c since it
shares much code with it.

This patch merges the two Kconfig options as well as the modules into one.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
crypto/Makefile
drivers/crypto/Kconfig