]> Git Repo - linux.git/commit - crypto/camellia_generic.c
[CRYPTO] camellia: Merge encrypt/decrypt routines for all key lengths
authorDenys Vlasenko <[email protected]>
Fri, 23 Nov 2007 13:10:03 +0000 (21:10 +0800)
committerHerbert Xu <[email protected]>
Thu, 10 Jan 2008 21:16:21 +0000 (08:16 +1100)
commitacca79a664859e3ddaea87af86d4ccfb2e07cd65
tree40d5021f916aa9d1f1f5d29053a48d4bf9940c6a
parent2ddae4a64491f790799e2adbfaec72a23dc2e7ef
[CRYPTO] camellia: Merge encrypt/decrypt routines for all key lengths

unifies encrypt/decrypt routines for different key lengths.
This reduces module size by ~25%, with tiny (less than 1%)
speed impact.
Also collapses encrypt/decrypt into more readable
(visually shorter) form using macros.

Signed-off-by: Denys Vlasenko <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
crypto/camellia.c
This page took 0.049306 seconds and 4 git commands to generate.