summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-05-22crypto: ccm - fix incompatibility between "ccm" and "ccm_base"Eric Biggers
2019-05-22crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers
2019-05-22crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers
2019-05-22crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers
2019-05-22crypto: chacha20poly1305 - set cra_name correctlyEric Biggers
2019-05-22crypto: salsa20 - don't access already-freed walk.ivEric Biggers
2019-04-27crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers
2019-03-23crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers
2019-03-23crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-23crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers
2019-03-23crypto: morus - fix handling chunked inputsEric Biggers
2019-03-23crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-23crypto: aegis - fix handling chunked inputsEric Biggers
2019-03-23crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-23crypto: ahash - fix another early termination in hash walkEric Biggers
2019-03-23crypto: cfb - remove bogus memcpy() with src == destEric Biggers
2019-03-23crypto: cfb - add missing 'chunksize' propertyEric Biggers
2019-02-23net: crypto set sk to NULL when af_alg_release.Mao Wenan
2019-02-12crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers
2019-01-26crypto: ecc - regularize scalar for scalar multiplicationVitaly Chikunov
2019-01-22crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers
2019-01-22crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain
2019-01-22crypto: sm3 - fix undefined shift by >= width of valueEric Biggers
2019-01-09crypto: cfb - fix decryptionDmitry Eremin-Solenikov
2019-01-09crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov
2018-12-13crypto: do not free algorithm before usingPan Bian
2018-12-01crypto: simd - correctly take reqsize of wrapped skcipher into accountArd Biesheuvel
2018-11-21crypto: user - fix leaking uninitialized memory to userspaceEric Biggers
2018-11-13crypto: speck - remove SpeckJason A. Donenfeld
2018-11-13crypto: aegis/generic - fix for big endian systemsArd Biesheuvel
2018-11-13crypto: morus/generic - fix for big endian systemsArd Biesheuvel
2018-11-13crypto: tcrypt - fix ghash-generic speed testHoria Geantă
2018-11-13crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul
2018-08-18Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2018-08-16Replace magic for trusting the secondary keyring with #defineYannik Sembritzki
2018-08-15Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-03crypto: dh - make crypto_dh_encode_key() make robustEric Biggers
2018-08-03crypto: dh - fix calculating encoded key sizeEric Biggers
2018-08-03crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers
2018-08-03crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers
2018-08-03crypto: skcipher - fix crash flushing dcache in error pathEric Biggers
2018-08-03crypto: skcipher - remove unnecessary setting of walk->nbytesEric Biggers
2018-08-03crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Eric Biggers
2018-08-03crypto: skcipher - fix aligning block size in skcipher_copy_iv()Eric Biggers
2018-08-03crypto: tcrypt - reschedule during speed testsHoria Geantă
2018-08-03crypto: drbg - in-place cipher operation for CTRStephan Müller
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2018-07-30net: simplify sock_poll_waitChristoph Hellwig