aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-14crypto: jitterentropy - remove unnecessary information from a commentAlexander Kuleshov1-4/+0
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk15-164/+407
2015-10-14lib/mpi: Add mpi sgl helpersTadeusz Struk2-0/+200
2015-10-08hwrng: st - Improve FIFO size/depth descriptionLee Jones1-1/+2
2015-10-08hwrng: st - Use real-world device timings for timeoutLee Jones1-2/+8
2015-10-08hwrng: st: dt: Fix trivial typo in node addressLee Jones1-1/+1
2015-10-08crypto: atmel - Check for clk_prepare_enable() return valueLABBE Corentin3-3/+15
2015-10-08crypto: caam - add support for acipher xts(aes)Catalin Vasile1-1/+137
2015-10-08crypto: qce - dma_map_sg can handle chained SGLABBE Corentin6-94/+17
2015-10-08crypto: ccp - Use module name in driver structuresTom Lendacky2-2/+2
2015-10-08crypto: ccp - Change references to accelerator to offloadTom Lendacky2-8/+7
2015-10-08crypto: ccp - Remove use ACPI fieldTom Lendacky1-4/+0
2015-10-08crypto: ccp - Replace BUG_ON with WARN_ON and a return codeTom Lendacky4-42/+105
2015-10-01crypto: qat - remove unneeded variableTadeusz Struk1-3/+2
2015-10-01crypto: qat - add support for ctr(aes) and xts(aes)Tadeusz Struk1-39/+127
2015-10-01crypto: skcipher - blkcipher and ablkcipher should it be staticGeliang Tang1-2/+2
2015-10-01crypto: testmgr - Disable fips-allowed for authenc() and des() ciphersJohn Haxby1-16/+0
2015-10-01crypto: sahara - dma_map_sg can handle chained SGLABBE Corentin1-53/+13
2015-10-01crypto: caam - dma_map_sg can handle chained SGLABBE Corentin3-168/+53
2015-10-01crypto: talitos - dma_map_sg can handle chained SGLABBE Corentin1-86/+18
2015-10-01crypto: qat - remove empty functions and turn qat_uregister fn to voidTadeusz Struk4-25/+5
2015-09-21crypto: crc32c-pclmul - use .rodata instead of .rotataNicolas Iooss1-1/+1
2015-09-21crypto: sahara - replace sahara_sg_length with sg_nents_for_lenLABBE Corentin1-27/+3
2015-09-21crypto: amcc - replace get_sg_count by sg_nents_for_lenLABBE Corentin1-21/+1
2015-09-21crypto: bfin_crc - replace sg_count by sg_nentsLABBE Corentin1-22/+3
2015-09-21crypto: x86/sha - Restructure x86 sha512 glue code to expose all the available sha512 transformstim1-45/+204
2015-09-21crypto: x86/sha - Restructure x86 sha256 glue code to expose all the available sha256 transformstim1-50/+281
2015-09-21crypto: x86/sha - Restructure x86 sha1 glue code to expose all the available sha1 transformstim1-74/+250
2015-09-21crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 and SHA256tim3-6/+18
2015-09-21crypto: x86/sha - glue code for Intel SHA extensions optimized SHA1 & SHA256tim2-16/+34
2015-09-21crypto: x86/sha - Intel SHA Extensions optimized SHA256 transform functiontim1-0/+353
2015-09-21crypto: x86/sha - Intel SHA Extensions optimized SHA1 transform functiontim1-0/+302
2015-09-21MAINTAINERS: Add ST's Random Number Generator to the ST entryLee Jones1-0/+1
2015-09-21ARM: STi: STiH407: Enable the 2 HW Random Number Generators for STiH4{07, 10}Lee Jones1-0/+14
2015-09-21hwrng: st - Add support for ST's HW Random Number GeneratorLee Jones3-0/+155
2015-09-21hwrng: st - Provide DT bindings for ST's Random Number GeneratorLee Jones1-0/+15
2015-09-21hwrng: core - Simplify RNG switching from sysfsLee Jones1-1/+1
2015-09-21hwrng: Kconfig - Fix device node name reference /dev/hw_random => /dev/hwrngLee Jones1-1/+1
2015-09-21hwrng: doc - Fix device node name reference /dev/hw_random => /dev/hwrngLee Jones1-4/+4
2015-09-21crypto: asymmetric_keys - remove always false comparisonsudip1-3/+3
2015-09-21crypto: qat - Add load balancing across devicesTadeusz Struk1-28/+33
2015-09-21crypto: caam - Remove unused JUMP_TYPE_MASK definitionFabio Estevam1-1/+0
2015-09-21hwrng: Fix module autoload for OF platform driversLuis de Bethencourt2-0/+2
2015-09-21hwrng: mxc-rnga - Use the preferred format for kzallocFabio Estevam1-2/+1
2015-09-21hwrng: mxc-rnga - Remove unnecessary dev_info messageFabio Estevam1-2/+0
2015-09-21hwrng: mxc-rnga - Remove uneeded initializationFabio Estevam1-1/+1
2015-09-21hwrng: mxc-rnga - Remove unneeded goto labelFabio Estevam1-5/+2
2015-09-21crypto: qat - don't check for iommuJohn Griffin1-5/+2
2015-09-21hwrng: octeon - Use devm_hwrng_registerVaishali Thakkar1-11/+1
2015-09-21crypto: mxs-dcp - Allow MXS_DCP to be used on MX6SLFabio Estevam1-1/+1