aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-22crypto: inside-secure - move cipher crypto mode to request contextOfer Heifetz1-4/+7
2017-12-22crypto: inside-secure - EBUSY is not an error on async requestOfer Heifetz1-1/+1
2017-12-22crypto: inside-secure - refrain from unneeded invalidationsOfer Heifetz2-12/+22
2017-12-22crypto: inside-secure - comment the caching functionAntoine Ténart1-0/+10
2017-12-22crypto: inside-secure - remove useless memsetAntoine Ténart1-1/+0
2017-12-22crypto: inside-secure - fix typo in a commentAntoine Ténart1-1/+1
2017-12-22crypto: inside-secure - remove extra empty lineAntoine Ténart1-1/+0
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu5-45/+134
2017-12-22crypto: exynos - Introduce mutex to prevent concurrent access to hardwareŁukasz Stelmach1-0/+21
2017-12-22crypto: exynos - Reseed PRNG after generating 2^16 random bytesŁukasz Stelmach1-4/+11
2017-12-22crypto: exynos - Improve performance of PRNGŁukasz Stelmach1-29/+2
2017-12-22crypto: exynos - Support Exynos5250+ SoCsŁukasz Stelmach1-2/+25
2017-12-22crypto: artpec6 - set correct iv size for gcm(aes)Lars Persson1-2/+3
2017-12-22crypto: qat - reduce stack size with KASANArnd Bergmann1-66/+67
2017-12-22crypto: inside-secure - do not use areq->result for partial resultsAntoine Ténart1-5/+5
2017-12-22crypto: inside-secure - fix request allocations in invalidation pathAntoine Ténart2-15/+15
2017-12-22crypto: inside-secure - free requests even if their handling failedAntoine Ténart1-0/+1
2017-12-22crypto: inside-secure - per request invalidationOfer Heifetz2-27/+111
2017-12-22crypto: exynos - Icrease the priority of the driverŁukasz Stelmach1-1/+1
2017-12-22crypto: chelsio - fix a type cast errorAtul Gupta1-1/+1
2017-12-22crypto: drivers - remove duplicate includesPravin Shedge3-3/+0
2017-12-22crypto: n2 - cure use after freeJan Engelhardt1-0/+3
2017-12-22crypto: chelsio - select CRYPTO_GF128MULArnd Bergmann1-0/+1
2017-12-11chcr: ensure cntrl is initialized to fix bit-wise or'ing of garabage dataColin Ian King1-1/+1
2017-12-11chcr: remove unused variables net_device, pi, adap and cntrlColin Ian King1-7/+1
2017-12-11crypto: chelsio - make arrays sgl_ent_len and dsgl_ent_len staticColin Ian King1-9/+13
2017-12-11crypto: stm32 - fix module device table nameCorentin LABBE1-1/+1
2017-12-11crypto: caam/qi - use correct print specifier for size_tHoria Geantă1-3/+3
2017-12-04crypto: ccp: Implement SEV_PDH_CERT_EXPORT ioctl commandBrijesh Singh1-0/+97
2017-12-04crypto: ccp: Implement SEV_PEK_CERT_IMPORT ioctl commandBrijesh Singh1-0/+81
2017-12-04crypto: ccp: Implement SEV_PEK_CSR ioctl commandBrijesh Singh1-0/+66
2017-12-04crypto: ccp: Implement SEV_PDH_GEN ioctl commandBrijesh Singh1-0/+3
2017-12-04crypto: ccp: Implement SEV_PEK_GEN ioctl commandBrijesh Singh1-0/+16
2017-12-04crypto: ccp: Implement SEV_PLATFORM_STATUS ioctl commandBrijesh Singh1-0/+18
2017-12-04crypto: ccp: Implement SEV_FACTORY_RESET ioctl commandBrijesh Singh1-1/+76
2017-12-04crypto: ccp: Add Secure Encrypted Virtualization (SEV) command supportBrijesh Singh4-0/+381
2017-12-04crypto: ccp: Add Platform Security Processor (PSP) device supportBrijesh Singh7-1/+277
2017-12-04crypto: ccp: Build the AMD secure processor driver only with AMD CPU supportBorislav Petkov1-0/+1
2017-11-29crypto: hifn_795x - Fix a memory leak in the error handling path of 'hifn_probe()'Christophe Jaillet1-0/+1
2017-11-29chcr: Add support for Inline IPSecAtul Gupta8-168/+860
2017-11-29crypto: cavium - fix memory leak on infoColin Ian King1-1/+2
2017-11-29crypto: nx - fix spelling mistake: "availavle" -> "available"Colin Ian King1-2/+2
2017-11-29crypto: s5p-sss - Remove a stray tabDan Carpenter1-1/+1
2017-11-29crypto: chelsio - Fix an error code in chcr_hash_dma_map()Dan Carpenter1-1/+1
2017-11-29crypto: chelsio - remove redundant assignments to reqctx and dst_sizeColin Ian King1-4/+0
2017-11-29crypto: stm32 - Support for STM32 CRYP crypto moduleFabien DESSENNE3-1/+1183
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-97/+72
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds62-3760/+4635
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-9/+8
2017-11-12crypto/nx: Do not initialize workmem allocationHaren Myneni1-1/+1