From: Denys Vlasenko Date: Fri, 23 Nov 2007 13:21:03 +0000 (+0800) Subject: [CRYPTO] camellia: Move more common code into camellia_setup_tail X-Git-Tag: v2.6.25-rc1~1242^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff85a8082f0665fe6f79d50eb79bdccb98cabfa2;p=pandora-kernel.git [CRYPTO] camellia: Move more common code into camellia_setup_tail 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed