commit | ff85a8082f0665fe6f79d50eb79bdccb98cabfa2 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Nov 23 21:21:03 2007 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:22 2008 +1100 |
tree | b0c500a354d4570f1fbca44d4c2af12b524e4664 | |
parent | dedcf8b0647572ca00547efef58dfab6b8dddf83 [diff] |
[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 <vda.linux@googlemail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>