Skip to content

Commit

Permalink
[CRYPTO] camellia: Code shrink
Browse files Browse the repository at this point in the history
Remove unused macro params.
Use (u8)(expr) instead of (expr) & 0xff,
helps gcc to realize how to use simpler commands.
Move CAMELLIA_FLS macro closer to encrypt/decrypt routines.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Denys Vlasenko authored and Herbert Xu committed Jan 10, 2008
1 parent 3f8214e commit 2ddae4a
Showing 1 changed file with 135 additions and 134 deletions.
Loading

0 comments on commit 2ddae4a

Please sign in to comment.