summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-01crypto: rsa - Generate fixed-length outputHerbert Xu4-35/+32
2016-07-01crypto: testmgr - Allow leading zeros in RSAHerbert Xu1-27/+24
2016-07-01crypto: tcrypt - Add speed test for ctsHerbert Xu1-0/+8
2016-07-01crypto: api - Add crypto_inst_setnameHerbert Xu2-7/+19
2016-07-01crypto: s390/aes - Use skcipher for fallbackHerbert Xu1-53/+60
2016-07-01crypto: sahara - Use skcipher for fallbackHerbert Xu1-62/+50
2016-07-01crypto: qce - Use skcipher for fallbackHerbert Xu2-12/+17
2016-07-01crypto: picoxcell - Use skcipher for fallbackHerbert Xu1-29/+31
2016-07-01crypto: mxs-dcp - Use skcipher for fallbackHerbert Xu1-26/+21
2016-07-01crypto: ccp - Use skcipher for fallbackHerbert Xu2-25/+21
2016-07-01crypto: aesni - Use crypto_cipher to derive rfc4106 subkeyHerbert Xu1-65/+11
2016-07-01crypto: tcrypt - Use skcipherHerbert Xu1-197/+44
2016-07-01crypto: ahash - Add padding in crypto_ahash_extsizeHerbert Xu1-3/+3
2016-07-01crypto: authenc - Consider ahash ASYNC bitHerbert Xu2-4/+8
2016-06-29crypto: authenc - Remove redundant sg_init_table call.Harsh Jain1-6/+1
2016-06-29crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed testHerbert Xu1-58/+71
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