summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: testmgr - Reenable sha1/aes in FIPS modeHerbert Xu2017-06-281-0/+1
* crypto: ccp - Release locks before returningGary R Hook2017-06-221-4/+3
* crypto: cavium/nitrox - dma_mapping_error() returns boolDan Carpenter2017-06-221-6/+9
* crypto: doc - fix typo in docsBenjamin Peterson2017-06-221-1/+1
* Documentation/bindings: Document the SafeXel cryptographic engine driverAntoine Ténart2017-06-221-0/+29
* crypto: caam - make of_device_ids const.Arvind Yadav2017-06-201-1/+1
* crypto: vmx - remove unnecessary checkTudor-Dan Ambarus2017-06-204-24/+4
* crypto: n2 - make of_device_ids constArvind Yadav2017-06-201-2/+2
* crypto: inside-secure - use the base_end pointer in ring rollbackAntoine Ténart2017-06-201-1/+1
* crypto: inside-secure - increase the batch sizeAntoine Ténart2017-06-201-1/+1
* crypto: inside-secure - only dequeue when neededAntoine Ténart2017-06-201-3/+3
* crypto: inside-secure - get the backlog before dequeueing the requestAntoine Ténart2017-06-201-1/+1
* crypto: inside-secure - stop requeueing failed requestsAntoine Ténart2017-06-201-8/+10
* crypto: inside-secure - use one queue per hw ringAntoine Ténart2017-06-204-85/+89
* crypto: inside-secure - update the context and request laterAntoine Ténart2017-06-202-8/+7
* crypto: inside-secure - align the cipher and hash send functionsOfer Heifetz2017-06-201-1/+1
* crypto: inside-secure - optimize DSE bufferability controlIgal Liberman2017-06-202-0/+2
* crypto: inside-secure - enable single WR in DSE configurationIgal Liberman2017-06-202-0/+2
* crypto: inside-secure - fix incorrect DSE data cache settingAntoine Ténart2017-06-201-1/+1
* crypto: inside-secure - fix the ring wr_cache offsetAntoine Ténart2017-06-201-1/+1
* crypto: inside-secure - use hmac ipad/opad constantsAntoine Ténart2017-06-201-2/+3
* crypto: chcr - Select device in Round Robin fashionHarsh Jain2017-06-205-21/+44
* crypto: chcr - Ensure Destination sg entry size less than 2kHarsh Jain2017-06-202-17/+142
* MAINTAINERS: Add maintainer for chelsio crypto driverHarsh Jain2017-06-201-0/+7
* chcr - Add debug countersHarsh Jain2017-06-205-1/+62
* crypto: chcr - Add ctr mode and process large sg entries for cipherHarsh Jain2017-06-205-145/+690
* crypto: chcr - Avoid changing request structureHarsh Jain2017-06-201-23/+14
* crypto: chcr - Return correct error codeHarsh Jain2017-06-201-34/+42
* crypto: chcr - Fix fallback key settingHarsh Jain2017-06-201-1/+11
* crypto: chcr - Pass lcb bit setting to firmwareHarsh Jain2017-06-202-9/+13
* crypto: cavium - fix spelling mistake "Revsion" -> "Revision"Colin Ian King2017-06-201-1/+1
* crypto: omap-aes - fix spelling mistake "Encryptio" -> "Encryption"Colin Ian King2017-06-201-1/+1
* crypto: testmgr - add testvector for pkcs1pad(rsa)Stephan Mueller2017-06-202-4/+125
* MAINTAINERS: add entry for MediaTek Random Number GeneratorSean Wang2017-06-201-0/+5
* hwrng: mtk - add runtime PM supportSean Wang2017-06-201-0/+42
* dt-bindings: rng: add MediaTek MT7622 Hardware Random Generator bindingsSean Wang2017-06-201-1/+3
* crypto: rsa-pkcs1pad - use constant time memory comparison for MACsJason A. Donenfeld2017-06-201-1/+1
* crypto: crypto4xx - fix an error codeChristophe Jaillet2017-06-201-0/+1
* crypto: engine - replace pr_xxx by dev_xxxCorentin LABBE2017-06-192-10/+14
* crypto: testmgr - use consistent format for errorsGilad Ben-Yossef2017-06-191-9/+9
* crypto: brcm - fix spelling mistake: "fallbck" -> "fallback"Colin Ian King2017-06-191-1/+1
* crypto: sun4i-ss - fix large block size supportAntoine Ténart2017-06-191-0/+18
* crypto: sun4i-ss - add the CRYPTO_ALG_KERN_DRIVER_ONLY flagAntoine Ténart2017-06-191-5/+10
* crypto: sun4i-ss - move from ablkcipher to skcipher APIAntoine Ténart2017-06-193-224/+221
* crypto: sun4i-ss - use GENMASK to generate masksAntoine Ténart2017-06-191-3/+6
* crypto: sun4i-ss - simplify the appended bit assignmentAntoine Ténart2017-06-191-6/+2
* crypto: sun4i-ss - simplify the pad length calculationAntoine Ténart2017-06-191-17/+12
* crypto: sun4i-ss - do not dynamically set parts of the last buffer to 0Antoine Ténart2017-06-191-2/+1
* crypto: sun4i-ss - cannot use DMA is the request is 0 lengthAntoine Ténart2017-06-191-1/+1
* crypto: sun4i-ss - use lower/upper_32_bits helpersAntoine Ténart2017-06-191-6/+6