summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-06-051-29/+50
* crypto: hash - Simplify the ahash_finup implementationMarek Vasut2017-06-051-27/+9
* crypto: hash - Pull out the functions to save/restore requestMarek Vasut2017-06-051-45/+62
* crypto: hash - Fix the pointer voodoo in unaligned ahashMarek Vasut2017-06-051-7/+49
* crypto: ahash - Fully restore ahash request before completingMarek Vasut2017-06-051-1/+4
* crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto2017-03-161-0/+1
* crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček2017-02-231-1/+1
* crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu2016-11-201-1/+2
* crypto: cryptd - initialize child shash_desc on importArd Biesheuvel2016-11-201-2/+7
* crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu2016-11-201-1/+2
* crypto: gcm - Filter out async ghash if necessaryHerbert Xu2016-11-201-1/+3
* crypto: hash - Fix page length clamping in hash walkHerbert Xu2016-06-151-1/+2
* crypto: gcm - Fix rfc4543 decryption crashHerbert Xu2016-06-151-0/+3
* crypto: gcm - fix rfc4543 to handle async crypto correctlyJussi Kivilinna2016-06-151-2/+17
* crypto: {blk,giv}cipher: Set has_setkeyBen Hutchings2016-04-012-0/+2
* Revert "crypto: algif_skcipher - Do not dereference ctx without socket lock"Ben Hutchings2016-04-011-4/+1
* crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu2016-02-271-1/+4
* crypto: user - lock crypto_alg_list on alg dumpMathias Krause2016-02-271-1/+5
* crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y2016-02-271-1/+3
* crypto: shash - Fix has_key settingHerbert Xu2016-02-271-4/+3
* crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu2016-02-131-7/+7
* crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu2016-02-131-3/+6
* crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu2016-02-131-3/+6
* crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu2016-02-131-9/+7
* crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2016-02-131-40/+3
* crypto: algif_hash - Remove custom release parent functionHerbert Xu2016-02-131-40/+3
* crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2016-02-131-1/+8
* crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu2016-02-131-1/+1
* crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2016-02-131-0/+1
* crypto: algif_hash - Require setkey before accept(2)Herbert Xu2016-02-131-8/+193
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-02-132-2/+7
* crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu2016-02-131-5/+144
* crypto: af_alg - Add nokey compatibility pathHerbert Xu2016-02-131-1/+12
* crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-02-131-3/+32
* crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu2016-02-131-7/+41
* crypto: af_alg - Fix socket double-free when accept failsHerbert Xu2016-02-131-3/+1
* crypto: skcipher - Copy iv from desc even for 0-len walksJason A. Donenfeld2016-01-222-2/+2
* crypto: algif_hash - Only export and import on sockets with dataHerbert Xu2015-11-271-2/+10
* crypto: api - Only abort operations on fatal signalHerbert Xu2015-11-173-5/+5
* crypto: ahash - ensure statesize is non-zeroRussell King2015-11-171-1/+2
* crypto: add missing crypto module aliasesMathias Krause2015-02-2014-3/+19
* crypto: include crypto- module prefix in templateKees Cook2015-02-2020-2/+21
* crypto: prefix module autoloading with "crypto-"Kees Cook2015-02-2039-33/+51
* crypto: af_alg - fix backlog handlingRabin Vincent2015-02-201-0/+3
* crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina2014-12-141-1/+1
* crypto: af_alg - properly label AF_ALG socketMilan Broz2014-09-131-0/+2
* crypto: testmgr - update LZO compression test vectorsMarkus F.X.J. Oberhumer2014-08-061-18/+20
* crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman2014-01-031-2/+2
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2014-01-032-3/+0
* net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2014-01-032-0/+6