summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-05-0288-744/+15378
|\
| * crypto: caam - fix job ring cleanup codeVakul Garg2013-04-252-0/+5
| * crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camelli...Jussi Kivilinna2013-04-257-3/+2024
| * crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipherJussi Kivilinna2013-04-257-20/+1468
| * crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherJussi Kivilinna2013-04-258-2/+1432
| * crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipherJussi Kivilinna2013-04-258-24/+1127
| * crypto: tcrypt - add async cipher speed tests for blowfishJussi Kivilinna2013-04-251-0/+15
| * crypto: testmgr - extend camellia test-vectors for camellia-aesni/avx2Jussi Kivilinna2013-04-251-38/+1062
| * crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86Jussi Kivilinna2013-04-251-1/+1
| * crypto: aesni_intel - add more optimized XTS mode for x86-64Jussi Kivilinna2013-04-253-0/+198
| * crypto: x86/camellia-aesni-avx - add more optimized XTS codeJussi Kivilinna2013-04-252-42/+229
| * crypto: cast6-avx: use new optimized XTS codeJussi Kivilinna2013-04-252-41/+98
| * crypto: x86/twofish-avx - use optimized XTS codeJussi Kivilinna2013-04-252-41/+98
| * crypto: x86 - add more optimized XTS-mode for serpent-avxJussi Kivilinna2013-04-256-46/+273
| * xfrm: add rfc4494 AES-CMAC-96 supportJussi Kivilinna2013-04-251-0/+13
| * crypto: add CMAC support to CryptoAPIJussi Kivilinna2013-04-256-1/+480
| * crypto: testmgr - add empty test vectors for null ciphersJussi Kivilinna2013-04-251-0/+9
| * crypto: testmgr - add AES GMAC test vectorsJussi Kivilinna2013-04-253-2/+108
| * crypto: gcm - fix rfc4543 to handle async crypto correctlyJussi Kivilinna2013-04-251-2/+17
| * crypto: gcm - make GMAC work when dst and src are differentJussi Kivilinna2013-04-252-17/+81
| * hwrng: timeriomem - added devicetree hooksAlexander Clouter2013-04-252-2/+40
| * hwrng: timeriomem - update to support more than one deviceAlexander Clouter2013-04-252-59/+116
| * crypto: crc32-pclmul - Use gas macro for pclmulqdqSandy Wu2013-04-251-2/+3
| * hwrng: bcm2835 - Add Broadcom BCM2835 RNG driverLubomir Rintel2013-04-254-0/+139
| * crypto: caam - static constify error dataKim Phillips2013-04-251-5/+5
| * crypto: caam - change key gen functions to return signed intKim Phillips2013-04-253-4/+4
| * crypto: sha512 - Create module providing optimized SHA512 routines using SSSE...Tim Chen2013-04-253-0/+295
| * crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX2 RORX ins...Tim Chen2013-04-251-0/+743
| * crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructi...Tim Chen2013-04-251-0/+423
| * crypto: sha512 - Optimized SHA512 x86_64 assembly routine using Supplemental ...Tim Chen2013-04-251-0/+421
| * crypto: sha512 - Expose generic sha512 routine to be callable from other modulesTim Chen2013-04-252-6/+10
| * crypto: sha256 - Create module providing optimized SHA256 routines using SSSE...Tim Chen2013-04-253-0/+288
| * crypto: sha256 - Optimized sha256 x86_64 routine using AVX2's RORX instructionsTim Chen2013-04-031-0/+772
| * crypto: sha256 - Optimized sha256 x86_64 assembly routine with AVX instructions.Tim Chen2013-04-031-0/+496
| * crypto: sha256 - Optimized sha256 x86_64 assembly routine using Supplemental ...Tim Chen2013-04-031-0/+506
| * crypto: sha256 - Expose SHA256 generic routine to be callable externally.Tim Chen2013-04-032-5/+8
| * crypto: x86 - build AVX block cipher implementations only if assembler suppor...Jussi Kivilinna2013-04-031-11/+23
| * crypto: x86/crc32-pclmul - assembly clean-ups: use ENTRY/ENDPROCJussi Kivilinna2013-04-031-3/+3
| * crypto: ux500 - fix error return code in hash_dma_final()Wei Yongjun2013-04-031-0/+2
| * crypto: picoxcell - Use of_match_ptr() macroSachin Kamat2013-03-221-3/+1
| * hwrng: mxc-rnga - Use devm_ioremap_resource()Fabio Estevam2013-03-221-17/+4
| * crypto: caam - Fix missing init of '.type' in AEAD algos.Vakul Garg2013-03-221-0/+6
| * crypto: caam - set RDB bit in security configuration registerVakul Garg2013-03-222-1/+6
| * hwrng: exynos - add CONFIG_PM_SLEEP/CONFIG_PM_RUNTIME to suspend/resumeJingoo Han2013-03-221-1/+2
| * crypto: ux500 - replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur2013-03-211-3/+1
| * crypto: sahara - Add driver for SAHARA2 accelerator.Javier Martin2013-03-214-0/+1096
| * hwrng: Fix a wrong comment in Documentation/hw_random.txtTang Chen2013-03-101-1/+1
| * crypto: caam - fix typo "CRYPTO_AHASH"Paul Bolle2013-03-101-1/+1
| * crypto: omap-sham - Use module_platform_driver macroSachin Kamat2013-03-101-12/+1
| * crypto: omap-aes - Use module_platform_driver macroSachin Kamat2013-03-101-12/+1
OpenPOWER on IntegriCloud