[CRYPTO] camellia: Move more common code into camellia_setup_tail
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 23 Nov 2007 13:21:03 +0000 (21:21 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:22 +0000 (08:16 +1100)
Analogously to camellia7 patch, move
"absorb kw2 to other subkeys" and "absorb kw4 to other subkeys"
code parts into camellia_setup_tail(). This further reduces
source and object code size at the cost of two brances
in key setup code.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found