summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-02-121-100/+118
|\
| * crypto: sha3-generic - Use __optimize to support old compilersGeert Uytterhoeven2018-02-081-1/+1
| * crypto: sha3-generic - deal with oversize stack framesArd Biesheuvel2018-02-081-100/+118
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-8/+8
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-3144-653/+2032
|\ \ | |/
| * crypto: testmgr - add new testcases for sha3Ard Biesheuvel2018-01-261-0/+550
| * crypto: sha3-generic - export init/update/final routinesArd Biesheuvel2018-01-261-15/+18
| * crypto: sha3-generic - simplify codeArd Biesheuvel2018-01-261-125/+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: testmgr - test misuse of result in ahashKamil Konieczny2018-01-261-0/+39
| * crypto: aes-generic - fix aes-generic regression on powerpcArnd Bergmann2018-01-201-1/+1
| * crypto: x86/salsa20 - cleanup and convert to skcipher APIEric Biggers2018-01-121-0/+2
| * crypto: salsa20 - export generic helpersEric Biggers2018-01-121-13/+7
| * 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-122-10/+14
| * crypto: skcipher - prevent using skciphers without setting keyEric Biggers2018-01-122-50/+39
| * crypto: ghash - remove checks for key being setEric Biggers2018-01-121-6/+0
| * crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-01-123-50/+49
| * crypto: hash - annotate algorithms taking optional keyEric Biggers2018-01-124-8/+8
| * crypto: poly1305 - remove ->setkey() methodEric Biggers2018-01-121-12/+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-121-0/+11
| * 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
| * crypto: testmgr - change `guard` to unsigned charJoey Pabalinas2018-01-121-1/+1
| * crypto: poly1305 - remove cra_alignmaskEric Biggers2018-01-051-1/+0
| * crypto: poly1305 - use unaligned access macros to output digestEric Biggers2018-01-051-5/+4
| * crypto: algapi - remove unused notificationsEric Biggers2018-01-052-8/+0
| * crypto: algapi - convert cra_refcnt to refcount_tEric Biggers2018-01-055-10/+10
| * crypto: tcrypt - add multibuf aead speed testGilad Ben-Yossef2017-12-281-59/+378
| * crypto: tcrypt - add multibuf skcipher speed testGilad Ben-Yossef2017-12-281-0/+460
| * crypto: tcrypt - add multi buf ahash jiffies testGilad Ben-Yossef2017-12-281-30/+82
| * crypto: tcrypt - allow setting num of bufsGilad Ben-Yossef2017-12-281-12/+19
| * crypto: tcrypt - fix AEAD decryption speed testGilad Ben-Yossef2017-12-281-1/+29
| * crypto: tcrypt - use multi buf for ahash mb testGilad Ben-Yossef2017-12-281-4/+9
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-12-2213-92/+125
| |\
| * | crypto: seqiv - Remove unused alg/spawn variableCorentin Labbe2017-12-221-5/+0
| * | crypto: echainiv - Remove unused alg/spawn variableCorentin Labbe2017-12-221-5/+0
| * | crypto: gf128mul - remove incorrect commentEric Biggers2017-12-221-2/+0
| * | crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()Eric Biggers2017-12-225-11/+11
| * | crypto: api - Unexport crypto_larval_lookup()Eric Biggers2017-12-222-3/+2
| * | crypto: cryptd - make cryptd_max_cpu_qlen module parameter staticColin Ian King2017-12-111-1/+1
| * | crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDHHauke Mehrtens2017-12-111-1/+1
| * | crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2017-11-291-3/+3
| * | crypto: chacha20 - Remove cra_alignmaskEric Biggers2017-11-291-1/+0
| * | crypto: chacha20 - Use unaligned access macros when loading key and IVEric Biggers2017-11-291-10/+6
OpenPOWER on IntegriCloud