aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ripemd.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-24crypto: sun4i-ss - fix missing unlock on error in sun4i_hash()Wei Yongjun1-1/+2
2016-08-24crypto: xor - skip speed test if the xor function is selected automaticallyMartin Schwidefsky1-21/+19
2016-08-24hwrng: core - Improve description of the ->read() interfaceDaniel Thompson1-1/+3
2016-08-24crypto: doc - fix documentation for bulk registration functionsEric Biggers1-12/+26
2016-08-16crypto: drbg - do not call drbg_instantiate in healt testStephan Mueller1-11/+4
2016-08-16hwrng: pic32 - Delete unnecessary assignment for the field "owner"Markus Elfring1-1/+0
2016-08-16crypto: ccp - Fix non static symbol warningWei Yongjun1-1/+1
2016-08-16crypto: sun4i-ss - fix indentation of two crypto algCorentin LABBE1-34/+34
2016-08-16crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ssCorentin LABBE2-3/+11
2016-08-16crypto: sun4i-ss - fix spellingCorentin LABBE1-2/+2
2016-08-16crypto: sun4i-ss - clean unused ssCorentin LABBE1-2/+0
2016-08-16crypto: sun4i-ss - unify update/final functionCorentin LABBE2-63/+85
2016-08-16crypto: sun4i-ss - fix a few signed warningCorentin LABBE1-2/+4
2016-08-16crypto: xts - fix a little typoCorentin LABBE1-1/+1
2016-08-09crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_reqRomain Perier1-1/+1
2016-08-09crypto: marvell - Don't overwrite default creq->state during initializationRomain Perier1-6/+9
2016-08-09crypto: marvell - Update transformation context for each dequeued reqRomain Perier1-0/+1
2016-08-09crypto: marvell - make mv_cesa_ahash_cache_req() return boolThomas Petazzoni1-11/+9
2016-08-09crypto: marvell - turn mv_cesa_ahash_init() into a function returning voidThomas Petazzoni1-3/+1
2016-08-09crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()Thomas Petazzoni1-2/+1
2016-08-09crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()Thomas Petazzoni1-0/+1
2016-08-09crypto: caam - avoid kernel warnings on probe failureRussell King1-0/+2
2016-08-09crypto: caam - get rid of taskletRussell King2-17/+9
2016-08-09crypto: caam - add ahash_edesc_add_src()Russell King1-80/+57
2016-08-09crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()Russell King1-50/+34
2016-08-09crypto: caam - add ahash_edesc_alloc() for descriptor allocationRussell King1-27/+33
2016-08-09crypto: caam - check and use dma_map_sg() return codeRussell King1-35/+103
2016-08-09crypto: caam - ensure that we clean up after an errorRussell King1-53/+79
2016-08-09crypto: caam - replace sec4_sg pointer with arrayRussell King1-9/+3
2016-08-09crypto: caam - mark the hardware descriptor as cache line alignedRussell King1-1/+1
2016-08-09crypto: caam - incorporate job descriptor into struct ahash_edescRussell King1-30/+19
2016-08-09crypto: caam - ensure descriptor buffers are cacheline alignedRussell King1-7/+7
2016-08-09crypto: caam - fix DMA API mapping leakRussell King1-9/+17
2016-08-09crypto: img-hash - Fix set_reqsize callWill Thomas1-0/+1
2016-08-09crypto: img-hash - log a successful probeJames Hartley1-1/+1
2016-08-09crypto: img-hash - Add support for export and importJames Hartley1-6/+63
2016-08-09crypto: img-hash - Add suspend resume hooks for img hashGovindraj Raja1-0/+27
2016-08-09crypto: img-hash - Reconfigure DMA Burst lengthWill Thomas1-1/+2
2016-08-09crypto: img-hash - Fix hash request contextWill Thomas1-1/+3
2016-08-09crypto: img-hash - Fix null pointer exceptionWill Thomas1-1/+1
2016-08-09crypto: testmgr - fix !x==y confusionYanjiang Jin1-5/+5
2016-08-09crypto: ccp - Enable use of the additional CCPGary R Hook3-1/+46
2016-08-09crypto: ccp - Enable DMA service on a v5 CCPGary R Hook1-0/+8
2016-08-09crypto: ccp - Add support for the RNG in a version 5 CCPGary R Hook4-9/+36
2016-08-09crypto: ccp - Let a v5 CCP provide the same function as v3Gary R Hook8-120/+1340
2016-08-09crypto: ccp - Refactor code to enable checks for queue space.Gary R Hook3-2/+9
2016-08-09crypto: ccp - Refactor code supporting the CCP's RNGGary R Hook3-40/+40
2016-08-09crypto: ccp - Refactor the storage block allocation codeGary R Hook3-80/+98
2016-08-09crypto: ccp - Refactoring: symbol cleanupGary R Hook4-173/+175
2016-08-09crypto: ccp - Shorten the fields of the action structureGary R Hook3-22/+23