aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-12crypto: poly1305 - remove ->setkey() methodEric Biggers3-15/+5
2018-01-12crypto: mcryptd - pass through absence of ->setkey()Eric Biggers1-1/+2
2018-01-12crypto: cryptd - pass through absence of ->setkey()Eric Biggers1-1/+2
2018-01-12crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2-0/+13
2018-01-12crypto: tcrypt - free xoutbuf instead of axbufColin Ian King1-1/+1
2018-01-12crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer"Colin Ian King1-2/+2
2018-01-12crypto: af_alg - whitelist mask and typeStephan Mueller1-4/+6
2018-01-12crypto: testmgr - change `guard` to unsigned charJoey Pabalinas1-1/+1
2018-01-12crypto: chacha20 - use rol32() macro from bitops.hEric Biggers1-37/+32
2018-01-12crypto: Use zeroing memory allocator instead of allocator/memsetHimanshu Jha2-9/+6
2018-01-05crypto: x86/poly1305 - remove cra_alignmaskEric Biggers1-1/+0
2018-01-05crypto: poly1305 - remove cra_alignmaskEric Biggers1-1/+0
2018-01-05crypto: poly1305 - use unaligned access macros to output digestEric Biggers1-5/+4
2018-01-05crypto: algapi - remove unused notificationsEric Biggers2-8/+0
2018-01-05crypto: algapi - convert cra_refcnt to refcount_tEric Biggers6-11/+11
2018-01-05crypto: inside-secure - fix hash when length is a multiple of a blockAntoine Ténart1-10/+24
2018-01-05crypto: inside-secure - avoid unmapping DMA memory that was not mappedAntoine Ténart1-8/+12
2018-01-05crypto: crypto4xx - perform aead icv check in the driverChristian Lamparter2-32/+28
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