summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* crypto: testmgr - Allow leading zeros in RSAHerbert Xu2016-07-011-27/+24
* crypto: tcrypt - Add speed test for ctsHerbert Xu2016-07-011-0/+8
* crypto: api - Add crypto_inst_setnameHerbert Xu2016-07-012-7/+19
* crypto: s390/aes - Use skcipher for fallbackHerbert Xu2016-07-011-53/+60
* crypto: sahara - Use skcipher for fallbackHerbert Xu2016-07-011-62/+50
* crypto: qce - Use skcipher for fallbackHerbert Xu2016-07-012-12/+17
* crypto: picoxcell - Use skcipher for fallbackHerbert Xu2016-07-011-29/+31
* crypto: mxs-dcp - Use skcipher for fallbackHerbert Xu2016-07-011-26/+21
* crypto: ccp - Use skcipher for fallbackHerbert Xu2016-07-012-25/+21
* crypto: aesni - Use crypto_cipher to derive rfc4106 subkeyHerbert Xu2016-07-011-65/+11
* crypto: tcrypt - Use skcipherHerbert Xu2016-07-011-197/+44
* crypto: ahash - Add padding in crypto_ahash_extsizeHerbert Xu2016-07-011-3/+3
* crypto: authenc - Consider ahash ASYNC bitHerbert Xu2016-07-012-4/+8
* crypto: authenc - Remove redundant sg_init_table call.Harsh Jain2016-06-291-6/+1
* crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed testHerbert Xu2016-06-291-58/+71
* crypto: tcrypt - Use unsigned long for mb ahash cycle counterHerbert Xu2016-06-281-5/+5
* crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issuesKrzysztof Kozlowski2016-06-281-19/+14
* crypto: tcrypt - Add new mode for sha512_mbMegha Dey2016-06-281-0/+4
* crypto: sha512-mb - Crypto computation (x4 AVX2)Megha Dey2016-06-281-0/+529
* crypto: sha512-mb - Algorithm data structuresMegha Dey2016-06-283-0/+515
* crypto: sha512-mb - submit/flush routines for AVX2Megha Dey2016-06-283-0/+580
* crypto: sha512-mb - Enable SHA512 multibuffer supportMegha Dey2016-06-281-0/+16
* crypto: sha512-mb - SHA512 multibuffer job manager and glue codeMegha Dey2016-06-283-0/+1055
* crypto: ux500 - do not build with -O0Arnd Bergmann2016-06-282-4/+4
* hwrng: omap - Fix assumption that runtime_get_sync will always succeedNishanth Menon2016-06-271-2/+14
* MAINTAINERS: update maintainer for qatTadeusz Struk2016-06-271-1/+2
* crypto: sha1-mb - rename sha-mb to sha1-mbMegha Dey2016-06-2710-4/+4
* crypto: tcrypt - Add speed tests for SHA multibuffer algorithmsMegha Dey2016-06-271-0/+118
* crypto: sha256-mb - Crypto computation (x8 AVX2)Megha Dey2016-06-271-0/+593
* crypto: sha256-mb - Algorithm data structuresMegha Dey2016-06-273-0/+548
* crypto: sha256-mb - submit/flush routines for AVX2Megha Dey2016-06-273-0/+584
* crypto: sha256-mb - Enable multibuffer supportMegha Dey2016-06-271-0/+16
* crypto: sha256-mb - SHA256 multibuffer job manager and glue codeMegha Dey2016-06-273-0/+1039
* Documentation: devicetree: bindings: Add BCM5301x bindingFlorian Fainelli2016-06-271-1/+2
* crypto: ecdh - make ecdh_shared_secret uniqueStephen Rothwell2016-06-243-5/+5
* hwrng: bcm2835 - Add support for Broadcom BCM5301xFlorian Fainelli2016-06-242-1/+2
* crypto: jitterentropy - use ktime_get_ns as fallbackStephan Mueller2016-06-241-9/+13
* KEYS: Use skcipher for big keysHerbert Xu2016-06-241-12/+18
* crypto: omap-sham - set sw fallback to 240 bytesBin Liu2016-06-241-4/+8
* crypto: omap - do not call dmaengine_terminate_allLokesh Vutla2016-06-242-3/+0
* crypto: omap-sham - change queue size from 1 to 10Tero Kristo2016-06-241-1/+1
* crypto: omap-sham - use runtime_pm autosuspend for clock handlingTero Kristo2016-06-241-1/+7
* crypto: ecdh - Add ECDH software supportSalvatore Benedetto2016-06-2311-0/+1538
* crypto: dh - Add DH software implementationSalvatore Benedetto2016-06-238-0/+700
* crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto2016-06-238-0/+552
* crypto: sha1-mb - async implementation for sha1-mbMegha Dey2016-06-234-169/+165
* crypto: ghash-ce - Fix cryptd reorderingHerbert Xu2016-06-231-23/+17
* crypto: ghash-clmulni - Fix cryptd reorderingHerbert Xu2016-06-231-23/+17
* crypto: ablk_helper - Fix cryptd reorderingHerbert Xu2016-06-231-2/+4
* crypto: aesni - Fix cryptd reordering problem on gcmHerbert Xu2016-06-231-6/+12
OpenPOWER on IntegriCloud