summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-03-23crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers1-4/+10
2019-03-23crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers1-9/+18
2019-03-23crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers1-10/+4
2019-03-23crypto: morus - fix handling chunked inputsEric Biggers2-12/+14
2019-03-23crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2-14/+32
2019-03-23crypto: aegis - fix handling chunked inputsEric Biggers3-21/+21
2019-03-23crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers1-1/+3
2019-03-23crypto: ahash - fix another early termination in hash walkEric Biggers1-7/+7
2019-03-23crypto: cfb - remove bogus memcpy() with src == destEric Biggers1-4/+4
2019-03-23crypto: cfb - add missing 'chunksize' propertyEric Biggers2-0/+31
2019-02-23net: crypto set sk to NULL when af_alg_release.Mao Wenan1-1/+3
2019-02-12crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers2-1/+20
2019-01-26crypto: ecc - regularize scalar for scalar multiplicationVitaly Chikunov1-4/+12
2019-01-22crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers1-3/+11
2019-01-22crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain1-1/+1
2019-01-22crypto: sm3 - fix undefined shift by >= width of valueEric Biggers1-1/+1
2019-01-09crypto: cfb - fix decryptionDmitry Eremin-Solenikov1-1/+1
2019-01-09crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov3-0/+88
2018-12-13crypto: do not free algorithm before usingPan Bian3-6/+12
2018-12-01crypto: simd - correctly take reqsize of wrapped skcipher into accountArd Biesheuvel1-2/+3
2018-11-21crypto: user - fix leaking uninitialized memory to userspaceEric Biggers1-9/+9
2018-11-13crypto: speck - remove SpeckJason A. Donenfeld5-1084/+0
2018-11-13crypto: aegis/generic - fix for big endian systemsArd Biesheuvel1-11/+9
2018-11-13crypto: morus/generic - fix for big endian systemsArd Biesheuvel2-17/+6
2018-11-13crypto: tcrypt - fix ghash-generic speed testHoria Geantă1-0/+3
2018-11-13crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek1-1/+6
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-08-19Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-5/+9
2018-08-16Replace magic for trusting the secondary keyring with #defineYannik Sembritzki1-1/+1
2018-08-16Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2018-08-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds36-526/+722
2018-08-03crypto: dh - make crypto_dh_encode_key() make robustEric Biggers1-14/+16
2018-08-03crypto: dh - fix calculating encoded key sizeEric Biggers2-7/+7
2018-08-03crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers1-31/+26
2018-08-03crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers1-28/+26
2018-08-03crypto: skcipher - fix crash flushing dcache in error pathEric Biggers1-26/+27
2018-08-03crypto: skcipher - remove unnecessary setting of walk->nbytesEric Biggers1-1/+0
2018-08-03crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Eric Biggers3-5/+5
2018-08-03crypto: skcipher - fix aligning block size in skcipher_copy_iv()Eric Biggers1-1/+1
2018-08-03crypto: tcrypt - reschedule during speed testsHoria Geantă1-12/+24
2018-08-03crypto: drbg - in-place cipher operation for CTRStephan Müller1-20/+14
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu6-10/+29
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-07-27crypto: rmd320 - use swap macro in rmd320_transformGustavo A. R. Silva1-6/+6
2018-07-27crypto: rmd256 - use swap macro in rmd256_transformGustavo A. R. Silva1-5/+5
2018-07-20crypto: ecdh - fix typo of P-192 b valueStephan Mueller1-1/+1
2018-07-20crypto: dh - update test for public key verificationStephan Mueller1-0/+4
2018-07-20crypto: drbg - eliminate constant reinitialization of SGLStephan Mueller1-4/+7
2018-07-20crypto: dh - fix memory leakGustavo A. R. Silva1-1/+1
2018-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+3