summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-28crypto: tcrypt - Use unsigned long for mb ahash cycle counterHerbert Xu1-5/+5
2016-06-28crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issuesKrzysztof Kozlowski1-19/+14
2016-06-28crypto: tcrypt - Add new mode for sha512_mbMegha Dey1-0/+4
2016-06-28crypto: sha512-mb - Crypto computation (x4 AVX2)Megha Dey1-0/+529
2016-06-28crypto: sha512-mb - Algorithm data structuresMegha Dey3-0/+515
2016-06-28crypto: sha512-mb - submit/flush routines for AVX2Megha Dey3-0/+580
2016-06-28crypto: sha512-mb - Enable SHA512 multibuffer supportMegha Dey1-0/+16
2016-06-28crypto: sha512-mb - SHA512 multibuffer job manager and glue codeMegha Dey3-0/+1055
2016-06-28crypto: ux500 - do not build with -O0Arnd Bergmann2-4/+4
2016-06-27hwrng: omap - Fix assumption that runtime_get_sync will always succeedNishanth Menon1-2/+14
2016-06-27MAINTAINERS: update maintainer for qatTadeusz Struk1-1/+2
2016-06-27crypto: sha1-mb - rename sha-mb to sha1-mbMegha Dey10-4/+4
2016-06-27crypto: tcrypt - Add speed tests for SHA multibuffer algorithmsMegha Dey1-0/+118
2016-06-27crypto: sha256-mb - Crypto computation (x8 AVX2)Megha Dey1-0/+593
2016-06-27crypto: sha256-mb - Algorithm data structuresMegha Dey3-0/+548
2016-06-27crypto: sha256-mb - submit/flush routines for AVX2Megha Dey3-0/+584
2016-06-27crypto: sha256-mb - Enable multibuffer supportMegha Dey1-0/+16
2016-06-27crypto: sha256-mb - SHA256 multibuffer job manager and glue codeMegha Dey3-0/+1039
2016-06-27Documentation: devicetree: bindings: Add BCM5301x bindingFlorian Fainelli1-1/+2
2016-06-24crypto: ecdh - make ecdh_shared_secret uniqueStephen Rothwell3-5/+5
2016-06-24hwrng: bcm2835 - Add support for Broadcom BCM5301xFlorian Fainelli2-1/+2
2016-06-24crypto: jitterentropy - use ktime_get_ns as fallbackStephan Mueller1-9/+13
2016-06-24KEYS: Use skcipher for big keysHerbert Xu1-12/+18
2016-06-24crypto: omap-sham - set sw fallback to 240 bytesBin Liu1-4/+8
2016-06-24crypto: omap - do not call dmaengine_terminate_allLokesh Vutla2-3/+0
2016-06-24crypto: omap-sham - change queue size from 1 to 10Tero Kristo1-1/+1
2016-06-24crypto: omap-sham - use runtime_pm autosuspend for clock handlingTero Kristo1-1/+7
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto11-0/+1538
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto8-0/+700
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto8-0/+552
2016-06-23crypto: sha1-mb - async implementation for sha1-mbMegha Dey4-169/+165
2016-06-23crypto: ghash-ce - Fix cryptd reorderingHerbert Xu1-23/+17
2016-06-23crypto: ghash-clmulni - Fix cryptd reorderingHerbert Xu1-23/+17
2016-06-23crypto: ablk_helper - Fix cryptd reorderingHerbert Xu1-2/+4
2016-06-23crypto: aesni - Fix cryptd reordering problem on gcmHerbert Xu1-6/+12
2016-06-23crypto: cryptd - Add helpers to check whether a tfm is queuedHerbert Xu2-19/+118
2016-06-23crypto: marvell - Increase the size of the crypto queueRomain Perier1-1/+1
2016-06-23crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier5-27/+221
2016-06-23crypto: marvell - Add load balancing between enginesRomain Perier4-86/+84
2016-06-23crypto: marvell - Move SRAM I/O operations to step functionsRomain Perier2-12/+12
2016-06-23crypto: marvell - Add a complete operation for async requestsRomain Perier4-15/+39
2016-06-23crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier5-98/+84
2016-06-23crypto: marvell - Copy IV vectors by DMA transfers for acipher requestsRomain Perier4-9/+60
2016-06-23crypto: marvell - Fix wrong type check in dma functionsRomain Perier1-2/+3
2016-06-23crypto: marvell - Check engine is not already running when enabling a reqRomain Perier3-0/+6
2016-06-23crypto: marvell - Add a macro constant for the size of the crypto queueRomain Perier1-1/+4
2016-06-23crypto: chacha20-simd - Use generic code for small requestsHerbert Xu1-1/+1
2016-06-23Revert "crypto: user - no parsing of CRYPTO_MSG_GETALG"Herbert Xu1-6/+4
2016-06-20crypto: drbg - fix an error code in drbg_init_sym_kernel()Dan Carpenter1-1/+1
2016-06-20crypto: sha3 - Add SHA-3 Test's in tcryptraveendra padasalagi3-1/+217