summaryrefslogtreecommitdiffstats
path: root/crypto/camellia.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: camellia - rename camellia.c to camellia_generic.cJussi Kivilinna2012-03-141-1102/+0Star
* crypto: camellia - fix checkpatch warningsJussi Kivilinna2012-03-141-38/+41
* crypto: camellia - rename camellia module to camellia_genericJussi Kivilinna2012-03-141-0/+1
* crypto: camellia - simplify key setup and CAMELLIA_ROUNDSM macroJussi Kivilinna2012-03-141-21/+3Star
* crypto: camellia - Fix checkpatch errorsRichard Hartmann2010-02-161-308/+308
* crypto: camellia - use kernel-provided bitops, unaligned accessHarvey Harrison2008-12-251-48/+36Star
* Revert "crypto: camellia - Use kernel-provided bitops, unaligned access helpers"Herbert Xu2008-09-081-36/+48
* crypto: camellia - Use kernel-provided bitops, unaligned access helpersHarvey Harrison2008-07-101-48/+36Star
* [CRYPTO] camellia: Move more common code into camellia_setup_tailDenys Vlasenko2008-01-101-134/+84Star
* [CRYPTO] camellia: Move common code into camellia_setup_tailDenys Vlasenko2008-01-101-160/+104Star
* [CRYPTO] camellia: Merge encrypt/decrypt routines for all key lengthsDenys Vlasenko2008-01-101-403/+106Star
* [CRYPTO] camellia: Code shrinkDenys Vlasenko2008-01-101-134/+135
* [CRYPTO] camellia: De-unrollingDenys Vlasenko2008-01-101-84/+23Star
* [CRYPTO] camellia: Code cleanupDenys Vlasenko2008-01-101-18/+21
* [CRYPTO] camellia: Code cleanupDenys Vlasenko2008-01-101-517/+418Star
* [CRYPTO] camellia: Code cleanupDenys Vlasenko2008-01-101-540/+426Star
* [CRYPTO] camellia: added the code of Camellia cipher algorithm.Noriaki TAKAMIYA2007-02-061-0/+1801