Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |