aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ablk_helper.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-31hwrng: amd - Convert to new hwrng read() APICorentin LABBE1-19/+28
2016-08-31hwrng: amd - Access hardware via ioread32/iowrite32Corentin LABBE1-6/+25
2016-08-31hwrng: amd - Replace global variable with private structCorentin LABBE1-19/+38
2016-08-31hwrng: amd - release_region must be called after hwrng_unregisterCorentin LABBE1-1/+2
2016-08-31hwrng: amd - Remove asm/io.hCorentin LABBE1-4/+3
2016-08-31hwrng: amd - Be consitent with the driver nameCorentin LABBE1-6/+5
2016-08-31hwrng: amd - use the BIT macroCorentin LABBE1-3/+3
2016-08-31hwrng: amd - Fix style problem with blank lineCorentin LABBE1-5/+1
2016-08-31crypto: caam - add missing header dependenciesBaoyou Xie1-0/+1
2016-08-31hwrng: cavium - Add Cavium HWRNG driver for ThunderX SoC.Omer Khaliq4-0/+207
2016-08-31PCI: quirk fixup for cavium invalid sriov link value.Ananth Jasty1-0/+11
2016-08-24crypto: rockchip - use devm_add_action_or_reset()Sudip Mukherjee1-4/+2
2016-08-24crypto: rsa - allow keys >= 2048 bits in FIPS modeStephan Mueller1-2/+2
2016-08-24crypto: mxc-scc - check clk_prepare_enable() errorFabio Estevam1-1/+3
2016-08-24hwrng: omap3-rom - Remove obsoleted functionsPrasannaKumar Muralidharan1-8/+2
2016-08-24crypto: drbg - fix error return codeWei Yongjun1-5/+11
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