summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: sha3-generic - export init/update/final routinesArd Biesheuvel2018-01-262-15/+23
* crypto: sha3-generic - simplify codeArd Biesheuvel2018-01-262-126/+59
* crypto: sha3-generic - rewrite KECCAK transform to help the compiler optimizeArd Biesheuvel2018-01-261-38/+96
* crypto: sha3-generic - fixes for alignment and big endian operationArd Biesheuvel2018-01-261-2/+3
* crypto: aesni - handle zero length dst bufferStephan Mueller2018-01-261-1/+1
* crypto: artpec6 - remove select on non-existing CRYPTO_SHA384Corentin LABBE2018-01-261-1/+0
* hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe()weiyongjun \(A\)2018-01-261-3/+1
* crypto: stm32 - remove redundant dev_err call in stm32_cryp_probe()weiyongjun \(A\)2018-01-261-3/+1
* crypto: axis - remove unnecessary platform_get_resource() error checkweiyongjun \(A\)2018-01-261-3/+0
* crypto: testmgr - test misuse of result in ahashKamil Konieczny2018-01-261-0/+39
* crypto: inside-secure - make function safexcel_try_push_requests staticColin Ian King2018-01-261-2/+2
* crypto: aes-generic - fix aes-generic regression on powerpcArnd Bergmann2018-01-201-1/+1
* crypto: chelsio - Fix indentation warningHarsh Jain2018-01-201-5/+5
* crypto: arm64/sha1-ce - get rid of literal poolArd Biesheuvel2018-01-181-11/+9
* crypto: arm64/sha2-ce - move the round constant table to .rodata sectionArd Biesheuvel2018-01-181-1/+3
* crypto: arm64/crct10dif - move literal data to .rodata sectionArd Biesheuvel2018-01-181-8/+9
* crypto: arm64/crc32 - move literal data to .rodata sectionArd Biesheuvel2018-01-181-3/+4
* crypto: arm64/aes-neon - move literal data to .rodata sectionArd Biesheuvel2018-01-181-4/+4
* crypto: arm64/aes-cipher - move S-box to .rodata sectionArd Biesheuvel2018-01-181-9/+10
* hwrng: imx-rngc - simplify the power management definitionsMartin Kaiser2018-01-181-10/+3
* crypto: chelsio - Remove dst sg size zero checkHarsh Jain2018-01-181-30/+13
* crypto: chelsio - Add authenc versions of ctr and shaHarsh Jain2018-01-182-23/+199
* crypto: chelsio - Fix IV updated in XTS operationHarsh Jain2018-01-181-4/+6
* crypto: chelsio - check for sg nullHarsh Jain2018-01-181-1/+2
* crypto: chelsio - Fix IndentationHarsh Jain2018-01-181-15/+13
* crypto: marvell/cesa - Fix DMA API misuseRobin Murphy2018-01-181-7/+12
* hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()weiyongjun \(A\)2018-01-181-3/+1
* hwrng: exynos - Signedness bug in exynos_trng_do_read()Dan Carpenter2018-01-181-1/+1
* hwrng: mediatek - Setup default RNG qualitySean Wang2018-01-181-0/+1
* crypto: arm64 - implement SHA-512 using special instructionsArd Biesheuvel2018-01-184-0/+335
* crypto: s5p-sss - Add SPDX license identifierKrzysztof Kozlowski2018-01-181-14/+10
* crypto: exynos-rng - Add SPDX license identifier and correct module licenseKrzysztof Kozlowski2018-01-181-10/+2
* Documentation/bindings: crypto: document the SafeXcel EIP97 compatibleAntoine Tenart2018-01-141-1/+2
* crypto: doc - clear htmldocs build warnings for crypto/hashtcharding2018-01-121-8/+4
* crypto: x86/salsa20 - cleanup and convert to skcipher APIEric Biggers2018-01-124-359/+46
* crypto: salsa20 - export generic helpersEric Biggers2018-01-122-13/+34
* crypto: salsa20-generic - cleanup and convert to skcipher APIEric Biggers2018-01-121-136/+104
* crypto: aes-generic - build with -Os on gcc-7+Arnd Bergmann2018-01-121-0/+1
* crypto: aead - prevent using AEADs without setting keyEric Biggers2018-01-123-11/+23
* crypto: skcipher - prevent using skciphers without setting keyEric Biggers2018-01-123-55/+45
* crypto: ghash - remove checks for key being setEric Biggers2018-01-121-6/+0
* crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-01-125-60/+75
* crypto: hash - annotate algorithms taking optional keyEric Biggers2018-01-1215-9/+30
* crypto: poly1305 - remove ->setkey() methodEric Biggers2018-01-123-15/+5
* crypto: mcryptd - pass through absence of ->setkey()Eric Biggers2018-01-121-1/+2
* crypto: cryptd - pass through absence of ->setkey()Eric Biggers2018-01-121-1/+2
* crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-01-122-0/+13
* crypto: tcrypt - free xoutbuf instead of axbufColin Ian King2018-01-121-1/+1
* crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer"Colin Ian King2018-01-121-2/+2
* crypto: af_alg - whitelist mask and typeStephan Mueller2018-01-121-4/+6