summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-01-23crypto: mediatek - fix incorrect data transfer resultRyder Lee3-32/+47
2017-01-23crypto: mediatek - move HW control data to transformation contextRyder Lee3-145/+126
2017-01-23crypto: img-hash - use dma_data_direction when calling dma_map_sgNicolas Iooss1-2/+2
2017-01-13crypto: virtio - adjust priority of algorithmGonglei \(Arei\)1-1/+1
2017-01-13crypto: mediatek - make symbol of_crypto_id staticWei Yongjun1-1/+1
2017-01-13crypto: mediatek - fix format string for 64-bit buildsArnd Bergmann2-3/+3
2017-01-13crypto: mediatek - remove ARM dependenciesArnd Bergmann1-7/+4
2017-01-13crypto: mediatek - don't return garbage err on successful returnColin Ian King1-1/+1
2017-01-13crypto: picoxcell - Remove spacc_is_compatible() wrapper functionJavier Martinez Canillas1-18/+3
2017-01-13crypto: picoxcell - Remove platform device ID tableJavier Martinez Canillas1-7/+0
2017-01-13crypto: picoxcell - Allow driver to build COMPILE_TEST is enabledJavier Martinez Canillas1-1/+1
2017-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu3-3/+43
2016-12-30crypto: virtio - support crypto engine frameworkGonglei \(Arei\)4-22/+121
2016-12-30crypto: qat - increase number of supported devicesXin Zeng3-14/+19
2016-12-30crypto: qat - modify format of dev top level debugfs entriesPablo Marcos Oltra6-6/+6
2016-12-30crypto: qat - zero esram only for DH85x devicesGiovanni Cabiddu1-2/+2
2016-12-30crypto: qat - fix bar discovery for c62xGiovanni Cabiddu2-1/+2
2016-12-30crypto: qat - replace hardcoded BIT(0) in vf_isrGiovanni Cabiddu1-2/+2
2016-12-30crypto: qat - fix comments describing adf_disable_sriov()Ahsan Atta1-2/+2
2016-12-30crypto: qat - fix indentationAhsan Atta1-1/+1
2016-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-3/+43
2016-12-27crypto: mediatek - Add crypto driver support for some MediaTek chipsRyder Lee8-0/+3258
2016-12-27crypto: bfin_crc - Remove unneeded linux/miscdevice.h includeCorentin LABBE1-1/+0
2016-12-27crypto: bfin_crc - Fix format printing warningCorentin LABBE1-3/+3
2016-12-27crypto: drivers - bring back alphabetical order of MakefileCorentin LABBE1-7/+7
2016-12-16crypto: marvell - Copy IVDIG before launching partial DMA ahash requestsRomain Perier3-3/+43
2016-12-16crypto: add virtio-crypto driverGonglei8-0/+1426
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds40-2039/+4122
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-39/+2
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+8
2016-12-07crypto: chcr - checking for IS_ERR() instead of NULLDan Carpenter1-9/+8
2016-12-07crypto: caam - check caam_emi_slow instead of re-lookup platformMarcus Folkesson1-3/+3
2016-12-07crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernelHoria Geantă1-2/+3
2016-12-07crypto: marvell - Don't corrupt state of an STD req for re-stepped ahashRomain Perier1-3/+5
2016-12-07crypto: marvell - Don't copy hash operation twice into the SRAMRomain Perier1-3/+0
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-12-01crypto: caam - make aamalg_desc a proper moduleArnd Bergmann2-1/+5
2016-12-01crypto: caam - pass key buffers with typesafe pointersArnd Bergmann3-59/+62
2016-11-30crypto: chcr - Add AEAD algos.Harsh Jain6-41/+1558
2016-11-30crypto: chcr - Move tfm ctx variable to request contextHarsh Jain2-18/+17
2016-11-30crypto: chcr - Use SHASH_DESC_ON_STACKHarsh Jain2-38/+27
2016-11-30crypto: chcr - Adjust Dest. buffer sizeHarsh Jain1-30/+20
2016-11-30crypto: chcr - Calculate Reverse round key in setkey callback.Harsh Jain2-30/+24
2016-11-30crypto: chcr - Remove dynamic allocationHarsh Jain2-32/+45
2016-11-30crypto: chcr - Fixes Unchecked dereference inside functionHarsh Jain1-1/+2
2016-11-30crypto: chcr - Added new structure chcr_wrHarsh Jain4-149/+140
2016-11-30crypto: chcr - Cosmetic changeHarsh Jain2-58/+53
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-1/+11
2016-11-30crypto: chcr - Fix memory corruptionHarsh Jain1-1/+2
2016-11-28crypto: caam - refactor ahash shared descriptor generationHoria Geantă1-94/+36