aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-27crypto: ccp - Add ACPI supportTom Lendacky1-4/+92
2015-02-27crypto: ccp - Convert calls to their devm_ counterpartsTom Lendacky3-23/+9
2015-02-27crypto: ccp - Use dma_set_mask_and_coherent to set DMA maskTom Lendacky1-2/+5
2015-02-27crypto: ccp - Update CCP build supportTom Lendacky1-7/+2
2015-02-27crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky11-47/+36
2015-01-26crypto: ccp - terminate ccp_support array with empty elementAndrey Ryabinin1-0/+1
2014-10-20crypto: ccp: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.cJan-Simon Möller1-7/+6
2014-09-24crypto: ccp - Check for CCP before registering crypto algsTom Lendacky2-0/+18
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-01crypto: ccp - Do not sign extend input data to CCPTom Lendacky1-13/+13
2014-07-24crypto: ccp - Remove "select OF" from KconfigTom Lendacky1-1/+0
2014-07-23crypto: ccp - Base AXI DMA cache settings on device treeTom Lendacky4-1/+12
2014-06-20crypto: ccp - Add platform device support for arm64Tom Lendacky4-1/+269
2014-06-20crypto: ccp - Modify PCI support in prep for arm64 supportTom Lendacky2-27/+15
2014-05-22crypto: ccp - tfm->__crt_alg->cra_name directlyMarek Vasut1-2/+2
2014-04-16crypto: ccp - Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-4/+3
2014-02-27crypto: ccp - Account for CCP backlog processingTom Lendacky1-7/+11
2014-02-27crypto: ccp - Invoke context callback when there is a backlog errorTom Lendacky1-0/+3
2014-02-27crypto: ccp - Prevent a possible lost CCP command requestTom Lendacky1-0/+4
2014-02-09crypto: ccp - Perform completion callbacks using a taskletTom Lendacky1-4/+17
2014-02-09crypto: ccp - Use a single queue for proper ordering of tfm requestsTom Lendacky1-116/+48
2014-02-09crypto: ccp - Move HMAC calculation down to ccp ops fileTom Lendacky3-110/+132
2014-02-09crypto: ccp - Allow for selective disablement of crypto API algorithmsTom Lendacky1-12/+25
2014-02-09crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignmentsDave Jones1-2/+2
2014-01-15crypto: ccp - CCP device enabled/disabled changesTom Lendacky2-1/+17
2014-01-15crypto: ccp - Cleanup hash invocation callsTom Lendacky2-3/+7
2014-01-15crypto: ccp - Change data length declarations to u64Tom Lendacky4-33/+53
2014-01-15crypto: ccp - Check for caller result area before using itTom Lendacky2-3/+8
2014-01-15crypto: ccp - Cleanup scatterlist usageTom Lendacky2-26/+33
2014-01-15crypto: ccp - Apply appropriate gfp_t type to memory allocationsTom Lendacky2-2/+8
2013-12-30crypto: ccp - Remove redundant dev_set_drvdataSachin Kamat1-2/+0
2013-12-20crypto: ccp - Remove user triggerable pr_err callsTom Lendacky3-21/+7
2013-12-20crypto: ccp - CCP Kconfig fixesTom Lendacky1-0/+1
2013-12-20crypto: ccp - Fix sparse warnings in ccp-crypto-sha.cTom Lendacky2-5/+5
2013-12-09crytpo: ccp - fix coccinelle warningsFengguang Wu3-4/+4
2013-12-05crytpo: ccp - CCP device driver build filesTom Lendacky2-0/+33
2013-12-05crypto: ccp - CCP SHA crypto API supportTom Lendacky1-0/+497
2013-12-05crypto: ccp - CCP XTS-AES crypto API supportTom Lendacky1-0/+285
2013-12-05crypto: ccp - CCP AES CMAC mode crypto API supportTom Lendacky1-0/+355
2013-12-05crypto: ccp - CCP AES crypto API supportTom Lendacky1-0/+375
2013-12-05crypto: ccp - crypto API interface to the CCP device driverTom Lendacky2-0/+623
2013-12-05crypto: ccp - CCP device driver and interface supportTom Lendacky4-0/+3234