Home
last modified time | relevance | path

Searched hist:"653 ebd9c8510a7d647ed23e66e1338f848ebdbab" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/crypto/
H A DMakefile653ebd9c8510a7d647ed23e66e1338f848ebdbab Tue Nov 27 05:48:27 CST 2007 Herbert Xu <herbert@gondor.apana.org.au> [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>
H A DKconfig653ebd9c8510a7d647ed23e66e1338f848ebdbab Tue Nov 27 05:48:27 CST 2007 Herbert Xu <herbert@gondor.apana.org.au> [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>
/openbmc/linux/drivers/crypto/
H A DKconfig653ebd9c8510a7d647ed23e66e1338f848ebdbab Tue Nov 27 05:48:27 CST 2007 Herbert Xu <herbert@gondor.apana.org.au> [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>