summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-26crypto: sha3-generic - rewrite KECCAK transform to help the compiler optimizeArd Biesheuvel
2018-01-26crypto: sha3-generic - fixes for alignment and big endian operationArd Biesheuvel
2018-01-26crypto: aesni - handle zero length dst bufferStephan Mueller
2018-01-26crypto: artpec6 - remove select on non-existing CRYPTO_SHA384Corentin LABBE
2018-01-26hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe()weiyongjun \(A\)
2018-01-26crypto: stm32 - remove redundant dev_err call in stm32_cryp_probe()weiyongjun \(A\)
2018-01-26crypto: axis - remove unnecessary platform_get_resource() error checkweiyongjun \(A\)
2018-01-26crypto: testmgr - test misuse of result in ahashKamil Konieczny
2018-01-26crypto: inside-secure - make function safexcel_try_push_requests staticColin Ian King
2018-01-20crypto: aes-generic - fix aes-generic regression on powerpcArnd Bergmann
2018-01-20crypto: chelsio - Fix indentation warningHarsh Jain
2018-01-18crypto: arm64/sha1-ce - get rid of literal poolArd Biesheuvel
2018-01-18crypto: arm64/sha2-ce - move the round constant table to .rodata sectionArd Biesheuvel
2018-01-18crypto: arm64/crct10dif - move literal data to .rodata sectionArd Biesheuvel
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