From: Denys Vlasenko Date: Tue, 6 Nov 2007 14:15:19 +0000 (+0800) Subject: [CRYPTO] camellia: De-unrolling X-Git-Tag: v2.6.25-rc1~1242^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3e7480572bf882dee5baa2891bccbfa3db0b1a1;p=pandora-kernel.git [CRYPTO] camellia: De-unrolling Move huge unrolled pieces of code (3 screenfuls) at the end of 128/256 key setup routines into common camellia_setup_tail(), convert it to loop there. Loop is still unrolled six times, so performance hit is very small, code size win is big. Signed-off-by: Denys Vlasenko Acked-by: Noriaki TAKAMIYA Signed-off-by: Herbert Xu --- Reading git-diff-tree failed