summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-18crypto: arm64/crc32 - move literal data to .rodata sectionArd Biesheuvel
2018-01-18crypto: arm64/aes-neon - move literal data to .rodata sectionArd Biesheuvel
2018-01-18crypto: arm64/aes-cipher - move S-box to .rodata sectionArd Biesheuvel
2018-01-18hwrng: imx-rngc - simplify the power management definitionsMartin Kaiser
2018-01-18crypto: chelsio - Remove dst sg size zero checkHarsh Jain
2018-01-18crypto: chelsio - Add authenc versions of ctr and shaHarsh Jain
2018-01-18crypto: chelsio - Fix IV updated in XTS operationHarsh Jain
2018-01-18crypto: chelsio - check for sg nullHarsh Jain
2018-01-18crypto: chelsio - Fix IndentationHarsh Jain
2018-01-18crypto: marvell/cesa - Fix DMA API misuseRobin Murphy
2018-01-18hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()weiyongjun \(A\)
2018-01-18hwrng: exynos - Signedness bug in exynos_trng_do_read()Dan Carpenter
2018-01-18hwrng: mediatek - Setup default RNG qualitySean Wang
2018-01-18crypto: arm64 - implement SHA-512 using special instructionsArd Biesheuvel
2018-01-18crypto: s5p-sss - Add SPDX license identifierKrzysztof Kozlowski
2018-01-18crypto: exynos-rng - Add SPDX license identifier and correct module licenseKrzysztof Kozlowski
2018-01-14Documentation/bindings: crypto: document the SafeXcel EIP97 compatibleAntoine Tenart
2018-01-12crypto: doc - clear htmldocs build warnings for crypto/hashtcharding
2018-01-12crypto: x86/salsa20 - cleanup and convert to skcipher APIEric Biggers
2018-01-12crypto: salsa20 - export generic helpersEric Biggers
2018-01-12crypto: salsa20-generic - cleanup and convert to skcipher APIEric Biggers
2018-01-12crypto: aes-generic - build with -Os on gcc-7+Arnd Bergmann
2018-01-12crypto: aead - prevent using AEADs without setting keyEric Biggers
2018-01-12crypto: skcipher - prevent using skciphers without setting keyEric Biggers
2018-01-12crypto: ghash - remove checks for key being setEric Biggers
2018-01-12crypto: hash - prevent using keyed hashes without setting keyEric Biggers
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers
2018-01-12crypto: poly1305 - remove ->setkey() methodEric Biggers
2018-01-12crypto: mcryptd - pass through absence of ->setkey()Eric Biggers
2018-01-12crypto: cryptd - pass through absence of ->setkey()Eric Biggers
2018-01-12crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers
2018-01-12crypto: tcrypt - free xoutbuf instead of axbufColin Ian King
2018-01-12crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer"Colin Ian King
2018-01-12crypto: af_alg - whitelist mask and typeStephan Mueller
2018-01-12crypto: testmgr - change `guard` to unsigned charJoey Pabalinas
2018-01-12crypto: chacha20 - use rol32() macro from bitops.hEric Biggers
2018-01-12crypto: Use zeroing memory allocator instead of allocator/memsetHimanshu Jha
2018-01-05crypto: x86/poly1305 - remove cra_alignmaskEric Biggers
2018-01-05crypto: poly1305 - remove cra_alignmaskEric Biggers
2018-01-05crypto: poly1305 - use unaligned access macros to output digestEric Biggers
2018-01-05crypto: algapi - remove unused notificationsEric Biggers
2018-01-05crypto: algapi - convert cra_refcnt to refcount_tEric Biggers
2018-01-05crypto: inside-secure - fix hash when length is a multiple of a blockAntoine Ténart
2018-01-05crypto: inside-secure - avoid unmapping DMA memory that was not mappedAntoine Ténart
2018-01-05crypto: crypto4xx - perform aead icv check in the driverChristian Lamparter
2018-01-05crypto: crypto4xx - kill MODULE_NAMEChristian Lamparter
2018-01-05crypto: crypto4xx - fix missing irq devnameChristian Lamparter
2018-01-05crypto: crypto4xx - support Revision B partsChristian Lamparter
2018-01-05crypto: crypto4xx - shuffle iomap in front of request_irqChristian Lamparter
2018-01-05hwrng: exynos - add Samsung Exynos True RNG driverŁukasz Stelmach