aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-05crypto: crypto4xx - kill MODULE_NAMEChristian Lamparter3-4/+2
2018-01-05crypto: crypto4xx - fix missing irq devnameChristian Lamparter2-2/+1
2018-01-05crypto: crypto4xx - support Revision B partsChristian Lamparter3-6/+47
2018-01-05crypto: crypto4xx - shuffle iomap in front of request_irqChristian Lamparter1-12/+9
2018-01-05hwrng: exynos - add Samsung Exynos True RNG driverŁukasz Stelmach4-0/+257
2018-01-05padata: add SPDX identifierCheah Kok Cheong1-0/+1
2017-12-28crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-aesniJunaid Shahid1-100/+12
2017-12-28crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-aesniJunaid Shahid1-42/+45
2017-12-28crypto: stm32 - Use standard CONFIG nameCorentin Labbe2-6/+6
2017-12-28crypto: scomp - delete unused commentsZhou Wang1-11/+0
2017-12-28crypto: caam - add Derived Key Protocol (DKP) supportHoria Geantă9-171/+384
2017-12-28crypto: caam - save Era in driver's private dataHoria Geantă2-1/+4
2017-12-28crypto: caam - remove needless ablkcipher key copyHoria Geantă2-12/+4
2017-12-28crypto: caam - constify key dataHoria Geantă2-8/+8
2017-12-28crypto: x86/twofish-3way - Fix %rbp usageEric Biggers1-52/+60
2017-12-28crypto: tcrypt - add multibuf aead speed testGilad Ben-Yossef1-59/+378
2017-12-28crypto: tcrypt - add multibuf skcipher speed testGilad Ben-Yossef1-0/+460
2017-12-28crypto: tcrypt - add multi buf ahash jiffies testGilad Ben-Yossef1-30/+82
2017-12-28crypto: tcrypt - allow setting num of bufsGilad Ben-Yossef1-12/+19
2017-12-28crypto: tcrypt - fix AEAD decryption speed testGilad Ben-Yossef1-1/+29
2017-12-28crypto: tcrypt - use multi buf for ahash mb testGilad Ben-Yossef1-4/+9
2017-12-22hwrng: core - Clean up RNG list when last hwrng is unregisteredGary R Hook1-0/+4
2017-12-22crypto: inside-secure - EIP97 supportAntoine Ténart4-138/+264
2017-12-22crypto: inside-secure - retry to proceed the request later on failAntoine Ténart2-9/+29
2017-12-22crypto: inside-secure - handle more result requests when counter is fullAntoine Ténart2-3/+14
2017-12-22crypto: inside-secure - acknowledge the result requests all at onceAntoine Ténart1-6/+10
2017-12-22crypto: inside-secure - increase the ring sizeAntoine Ténart1-2/+2
2017-12-22crypto: inside-secure - dequeue all requests at onceAntoine Ténart2-12/+56
2017-12-22crypto: inside-secure - use threaded IRQs for result handlingAntoine Ténart2-20/+22
2017-12-22crypto: inside-secure - move request dequeueing into a workqueueAntoine Ténart4-26/+29
2017-12-22crypto: inside-secure - remove unused parameter in invalidate_cacheOfer Heifetz4-4/+2
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 Xu1524-8626/+13880
2017-12-22crypto: aesni - add wrapper for generic gcm(aes)Sabrina Dubroca1-12/+54
2017-12-22crypto: aesni - fix typo in generic_gcmaes_decryptSabrina Dubroca1-1/+1
2017-12-22crypto: seqiv - Remove unused alg/spawn variableCorentin Labbe1-5/+0
2017-12-22crypto: echainiv - Remove unused alg/spawn variableCorentin Labbe1-5/+0
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 Stelmach2-3/+28
2017-12-22crypto: artpec6 - set correct iv size for gcm(aes)Lars Persson1-2/+3
2017-12-22crypto: gf128mul - remove incorrect commentEric Biggers1-2/+0
2017-12-22crypto: qat - reduce stack size with KASANArnd Bergmann1-66/+67