summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2016-08-24crypto: rockchip - use devm_add_action_or_reset()Sudip Mukherjee
2016-08-24crypto: mxc-scc - check clk_prepare_enable() errorFabio Estevam
2016-08-24crypto: sun4i-ss - fix missing unlock on error in sun4i_hash()Wei Yongjun
2016-08-24crypto: vmx - fix null dereference in p8_aes_xts_cryptLi Zhong
2016-08-24crypto: qat - fix aes-xts key sizesGiovanni Cabiddu
2016-08-19crypto: Added Chelsio Menu to the Kconfig fileHariprasad Shenai
2016-08-18chcr: Support for Chelsio's Crypto HardwareHariprasad Shenai
2016-08-16crypto: ccp - Fix non static symbol warningWei Yongjun
2016-08-16crypto: sun4i-ss - fix indentation of two crypto algCorentin LABBE
2016-08-16crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ssCorentin LABBE
2016-08-16crypto: sun4i-ss - fix spellingCorentin LABBE
2016-08-16crypto: sun4i-ss - clean unused ssCorentin LABBE
2016-08-16crypto: sun4i-ss - unify update/final functionCorentin LABBE
2016-08-16crypto: sun4i-ss - fix a few signed warningCorentin LABBE
2016-08-09crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_reqRomain Perier
2016-08-09crypto: marvell - Don't overwrite default creq->state during initializationRomain Perier
2016-08-09crypto: marvell - Update transformation context for each dequeued reqRomain Perier
2016-08-09crypto: marvell - make mv_cesa_ahash_cache_req() return boolThomas Petazzoni
2016-08-09crypto: marvell - turn mv_cesa_ahash_init() into a function returning voidThomas Petazzoni
2016-08-09crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()Thomas Petazzoni
2016-08-09crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()Thomas Petazzoni
2016-08-09crypto: caam - avoid kernel warnings on probe failureRussell King
2016-08-09crypto: caam - get rid of taskletRussell King
2016-08-09crypto: caam - add ahash_edesc_add_src()Russell King
2016-08-09crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()Russell King
2016-08-09crypto: caam - add ahash_edesc_alloc() for descriptor allocationRussell King
2016-08-09crypto: caam - check and use dma_map_sg() return codeRussell King
2016-08-09crypto: caam - ensure that we clean up after an errorRussell King
2016-08-09crypto: caam - replace sec4_sg pointer with arrayRussell King
2016-08-09crypto: caam - mark the hardware descriptor as cache line alignedRussell King
2016-08-09crypto: caam - incorporate job descriptor into struct ahash_edescRussell King
2016-08-09crypto: caam - ensure descriptor buffers are cacheline alignedRussell King
2016-08-09crypto: caam - fix DMA API mapping leakRussell King
2016-08-09crypto: img-hash - Fix set_reqsize callWill Thomas
2016-08-09crypto: img-hash - log a successful probeJames Hartley
2016-08-09crypto: img-hash - Add support for export and importJames Hartley
2016-08-09crypto: img-hash - Add suspend resume hooks for img hashGovindraj Raja
2016-08-09crypto: img-hash - Reconfigure DMA Burst lengthWill Thomas
2016-08-09crypto: img-hash - Fix hash request contextWill Thomas
2016-08-09crypto: img-hash - Fix null pointer exceptionWill Thomas
2016-08-09crypto: ccp - Enable use of the additional CCPGary R Hook
2016-08-09crypto: ccp - Enable DMA service on a v5 CCPGary R Hook
2016-08-09crypto: ccp - Add support for the RNG in a version 5 CCPGary R Hook
2016-08-09crypto: ccp - Let a v5 CCP provide the same function as v3Gary R Hook
2016-08-09crypto: ccp - Refactor code to enable checks for queue space.Gary R Hook
2016-08-09crypto: ccp - Refactor code supporting the CCP's RNGGary R Hook
2016-08-09crypto: ccp - Refactor the storage block allocation codeGary R Hook
2016-08-09crypto: ccp - Refactoring: symbol cleanupGary R Hook
2016-08-09crypto: ccp - Shorten the fields of the action structureGary R Hook
2016-08-09crypto: ccp - Abstract PCI info for the CCPGary R Hook