| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: move x86 to the generic version of ablk_helper | Ard Biesheuvel | 2013-09-23 | 1 | -31/+0 |
* | Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish... | Jussi Kivilinna | 2013-06-21 | 1 | -18/+0 |
* | Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher" | Jussi Kivilinna | 2013-06-21 | 1 | -43/+0 |
* | crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camelli... | Jussi Kivilinna | 2013-04-25 | 1 | -0/+19 |
* | crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher | Jussi Kivilinna | 2013-04-25 | 1 | -0/+24 |
* | crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher | Jussi Kivilinna | 2013-04-25 | 1 | -0/+18 |
* | crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher | Jussi Kivilinna | 2013-04-25 | 1 | -0/+43 |
* | crypto: x86 - add more optimized XTS-mode for serpent-avx | Jussi Kivilinna | 2013-04-25 | 2 | -0/+29 |
* | crypto: camellia-x86_64 - share common functions and move structures and func... | Jussi Kivilinna | 2012-11-09 | 1 | -0/+82 |
* | crypto: serpent/avx - avoid using temporary stack buffers | Jussi Kivilinna | 2012-10-24 | 1 | -20/+7 |
* | crypto: x86/glue_helper - use le128 instead of u128 for CTR mode | Jussi Kivilinna | 2012-10-24 | 2 | -13/+19 |
* | crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/ | Jussi Kivilinna | 2012-06-27 | 1 | -0/+11 |
* | crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/as... | Jussi Kivilinna | 2012-06-27 | 2 | -0/+95 |
* | crypto: twofish-avx - remove duplicated glue code and use shared glue code fr... | Jussi Kivilinna | 2012-06-27 | 1 | -0/+46 |
* | crypto: serpent-sse2 - split generic glue code to new helper module | Jussi Kivilinna | 2012-06-27 | 1 | -0/+115 |
* | crypto: aes_ni - change to use shared ablk_* functions | Jussi Kivilinna | 2012-06-27 | 1 | -0/+2 |
* | crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t... | Jussi Kivilinna | 2012-06-27 | 1 | -0/+29 |