aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/gcm.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-20crypto: chelsio - Fix indentation warningHarsh Jain1-5/+5
2018-01-18crypto: arm64/sha1-ce - get rid of literal poolArd Biesheuvel1-11/+9
2018-01-18crypto: arm64/sha2-ce - move the round constant table to .rodata sectionArd Biesheuvel1-1/+3
2018-01-18crypto: arm64/crct10dif - move literal data to .rodata sectionArd Biesheuvel1-8/+9
2018-01-18crypto: arm64/crc32 - move literal data to .rodata sectionArd Biesheuvel1-3/+4
2018-01-18crypto: arm64/aes-neon - move literal data to .rodata sectionArd Biesheuvel1-4/+4
2018-01-18crypto: arm64/aes-cipher - move S-box to .rodata sectionArd Biesheuvel1-9/+10
2018-01-18hwrng: imx-rngc - simplify the power management definitionsMartin Kaiser1-10/+3
2018-01-18crypto: chelsio - Remove dst sg size zero checkHarsh Jain1-30/+13
2018-01-18crypto: chelsio - Add authenc versions of ctr and shaHarsh Jain2-23/+199
2018-01-18crypto: chelsio - Fix IV updated in XTS operationHarsh Jain1-4/+6
2018-01-18crypto: chelsio - check for sg nullHarsh Jain1-1/+2
2018-01-18crypto: chelsio - Fix IndentationHarsh Jain1-15/+13
2018-01-18crypto: marvell/cesa - Fix DMA API misuseRobin Murphy1-7/+12
2018-01-18hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()weiyongjun \(A\)1-3/+1
2018-01-18hwrng: exynos - Signedness bug in exynos_trng_do_read()Dan Carpenter1-1/+1
2018-01-18hwrng: mediatek - Setup default RNG qualitySean Wang1-0/+1
2018-01-18crypto: arm64 - implement SHA-512 using special instructionsArd Biesheuvel4-0/+335
2018-01-18crypto: s5p-sss - Add SPDX license identifierKrzysztof Kozlowski1-14/+10
2018-01-18crypto: exynos-rng - Add SPDX license identifier and correct module licenseKrzysztof Kozlowski1-10/+2
2018-01-14Documentation/bindings: crypto: document the SafeXcel EIP97 compatibleAntoine Tenart1-1/+2
2018-01-12crypto: doc - clear htmldocs build warnings for crypto/hashtcharding1-8/+4
2018-01-12crypto: x86/salsa20 - cleanup and convert to skcipher APIEric Biggers4-359/+46
2018-01-12crypto: salsa20 - export generic helpersEric Biggers2-13/+34
2018-01-12crypto: salsa20-generic - cleanup and convert to skcipher APIEric Biggers1-136/+104
2018-01-12crypto: aes-generic - build with -Os on gcc-7+Arnd Bergmann1-0/+1
2018-01-12crypto: aead - prevent using AEADs without setting keyEric Biggers3-11/+23
2018-01-12crypto: skcipher - prevent using skciphers without setting keyEric Biggers3-55/+45
2018-01-12crypto: ghash - remove checks for key being setEric Biggers1-6/+0
2018-01-12crypto: hash - prevent using keyed hashes without setting keyEric Biggers5-60/+75
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers15-9/+30
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