summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* hwrng: mxc-rnga - Use devm_ioremap_resource()Fabio Estevam2013-03-221-17/+4Star
* 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/+1Star
* 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/+1Star
* crypto: omap-aes - Use module_platform_driver macroSachin Kamat2013-03-101-12/+1Star
* crypto: omap-aes - Use pm_runtime_put instead of pm_runtime_put_sync in taskletJoel A Fernandes2013-03-101-1/+1
* crypto: omap-sham - Use pm_runtime_put instead of pm_runtime_put_sync in taskletJoel A Fernandes2013-03-101-1/+1
* crypto: bfin_crc - Fix possible NULL pointer dereferenceSyam Sidhardhan2013-03-101-3/+3
* crypto: user - constify netlink dispatch tableMathias Krause2013-03-101-2/+2
* crypto: crc32c - Update the links to the white papers on CRC32C calculations ...Tim Chen2013-03-101-2/+3
* crypto: atmel-sha - add support for latest release of the IP (0x410)Nicolas Royer2013-03-103-104/+497
* crypto: atmel-tdes - add support for latest release of the IP (0x700)Nicolas Royer2013-03-102-53/+343
* crypto: atmel-aes - add support for latest release of the IP (0x130)Nicolas Royer2013-03-101-118/+353
* ARM: AT91SAM9G45: same platform data structure for all crypto peripheralsNicolas Royer2013-03-103-30/+28Star
* crypto: crc32c - Kill pointless CRYPTO_CRC32C_X86_64 optionHerbert Xu2013-02-262-11/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-02-2651-765/+2146
|\
| * crypto: user - ensure user supplied strings are nul-terminatedMathias Krause2013-02-191-0/+14
| * crypto: user - fix empty string test in report APIMathias Krause2013-02-191-1/+1
| * crypto: user - fix info leaks in report APIMathias Krause2013-02-198-30/+29Star
| * crypto: caam - Added property fsl,sec-era in SEC4.0 device tree binding.Vakul Garg2013-02-041-3/+9
| * crypto: use ERR_CASTJulia Lawall2013-02-0411-59/+27Star
| * crypto: atmel-aes - adjust duplicate testJulia Lawall2013-02-041-1/+1
| * crypto: crc32-pclmul - Kill warning on x86-32Herbert Xu2013-01-201-1/+0Star