summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: rsa - allow keys >= 2048 bits in FIPS modeStephan Mueller2016-08-241-2/+2
* crypto: mxc-scc - check clk_prepare_enable() errorFabio Estevam2016-08-241-1/+3
* hwrng: omap3-rom - Remove obsoleted functionsPrasannaKumar Muralidharan2016-08-241-8/+2
* crypto: drbg - fix error return codeWei Yongjun2016-08-241-5/+11
* crypto: sun4i-ss - fix missing unlock on error in sun4i_hash()Wei Yongjun2016-08-241-1/+2
* crypto: xor - skip speed test if the xor function is selected automaticallyMartin Schwidefsky2016-08-241-21/+19
* hwrng: core - Improve description of the ->read() interfaceDaniel Thompson2016-08-241-1/+3
* crypto: doc - fix documentation for bulk registration functionsEric Biggers2016-08-241-12/+26
* crypto: drbg - do not call drbg_instantiate in healt testStephan Mueller2016-08-161-11/+4
* hwrng: pic32 - Delete unnecessary assignment for the field "owner"Markus Elfring2016-08-161-1/+0
* crypto: ccp - Fix non static symbol warningWei Yongjun2016-08-161-1/+1
* crypto: sun4i-ss - fix indentation of two crypto algCorentin LABBE2016-08-161-34/+34
* crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ssCorentin LABBE2016-08-162-3/+11
* crypto: sun4i-ss - fix spellingCorentin LABBE2016-08-161-2/+2
* crypto: sun4i-ss - clean unused ssCorentin LABBE2016-08-161-2/+0
* crypto: sun4i-ss - unify update/final functionCorentin LABBE2016-08-162-63/+85
* crypto: sun4i-ss - fix a few signed warningCorentin LABBE2016-08-161-2/+4
* crypto: xts - fix a little typoCorentin LABBE2016-08-161-1/+1
* crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_reqRomain Perier2016-08-091-1/+1
* crypto: marvell - Don't overwrite default creq->state during initializationRomain Perier2016-08-091-6/+9
* crypto: marvell - Update transformation context for each dequeued reqRomain Perier2016-08-091-0/+1
* crypto: marvell - make mv_cesa_ahash_cache_req() return boolThomas Petazzoni2016-08-091-11/+9
* crypto: marvell - turn mv_cesa_ahash_init() into a function returning voidThomas Petazzoni2016-08-091-3/+1
* crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()Thomas Petazzoni2016-08-091-2/+1
* crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()Thomas Petazzoni2016-08-091-0/+1
* crypto: caam - avoid kernel warnings on probe failureRussell King2016-08-091-0/+2
* crypto: caam - get rid of taskletRussell King2016-08-092-17/+9
* crypto: caam - add ahash_edesc_add_src()Russell King2016-08-091-80/+57
* crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()Russell King2016-08-091-50/+34
* crypto: caam - add ahash_edesc_alloc() for descriptor allocationRussell King2016-08-091-27/+33
* crypto: caam - check and use dma_map_sg() return codeRussell King2016-08-091-35/+103
* crypto: caam - ensure that we clean up after an errorRussell King2016-08-091-53/+79
* crypto: caam - replace sec4_sg pointer with arrayRussell King2016-08-091-9/+3
* crypto: caam - mark the hardware descriptor as cache line alignedRussell King2016-08-091-1/+1
* crypto: caam - incorporate job descriptor into struct ahash_edescRussell King2016-08-091-30/+19
* crypto: caam - ensure descriptor buffers are cacheline alignedRussell King2016-08-091-7/+7
* crypto: caam - fix DMA API mapping leakRussell King2016-08-091-9/+17
* crypto: img-hash - Fix set_reqsize callWill Thomas2016-08-091-0/+1
* crypto: img-hash - log a successful probeJames Hartley2016-08-091-1/+1
* crypto: img-hash - Add support for export and importJames Hartley2016-08-091-6/+63
* crypto: img-hash - Add suspend resume hooks for img hashGovindraj Raja2016-08-091-0/+27
* crypto: img-hash - Reconfigure DMA Burst lengthWill Thomas2016-08-091-1/+2
* crypto: img-hash - Fix hash request contextWill Thomas2016-08-091-1/+3
* crypto: img-hash - Fix null pointer exceptionWill Thomas2016-08-091-1/+1
* crypto: testmgr - fix !x==y confusionYanjiang Jin2016-08-091-5/+5
* crypto: ccp - Enable use of the additional CCPGary R Hook2016-08-093-1/+46
* crypto: ccp - Enable DMA service on a v5 CCPGary R Hook2016-08-091-0/+8
* crypto: ccp - Add support for the RNG in a version 5 CCPGary R Hook2016-08-094-9/+36
* crypto: ccp - Let a v5 CCP provide the same function as v3Gary R Hook2016-08-098-120/+1340
* crypto: ccp - Refactor code to enable checks for queue space.Gary R Hook2016-08-093-2/+9