summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: user - fix memory leak in crypto_reportNavid Emamdoost2019-12-131-1/+3
* crypto: ecdh - fix big endian bug in ECC libraryArd Biesheuvel2019-12-131-1/+2
* crypto: af_alg - cast ki_complete ternary op to intAyush Sawal2019-12-131-1/+1
* crypto: ecc - check for invalid values in the key verification testVitaly Chikunov2019-12-131-16/+26
* crypto: user - support incremental algorithm dumpsEric Biggers2019-12-051-17/+20
* crypto: testmgr - fix sizeof() on COMP_BUF_SIZEMichael Schupikov2019-12-011-3/+3
* crypto: fix a memory leak in rsa-kcs1pad's encryption modeDan Aloni2019-11-201-9/+0
* crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2019-11-201-3/+4
* crypto: skcipher - Unmap pages after an external errorHerbert Xu2019-10-111-19/+23
* crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers2019-07-261-11/+19
* crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers2019-07-261-1/+7
* crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann2019-07-261-0/+3
* crypto: serpent - mark __serpent_setkey_sbox noinlineArnd Bergmann2019-07-261-1/+7
* crypto: cryptd - Fix skcipher instance memory leakVincent Whitchurch2019-07-101-0/+1
* crypto: user - prevent operating on larval algorithmsEric Biggers2019-07-101-0/+3
* crypto: ccm - fix incompatibility between "ccm" and "ccm_base"Eric Biggers2019-05-221-26/+18
* crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers2019-05-221-23/+11
* crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers2019-05-221-7/+4
* crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers2019-05-221-2/+7
* crypto: chacha20poly1305 - set cra_name correctlyEric Biggers2019-05-221-2/+2
* crypto: salsa20 - don't access already-freed walk.ivEric Biggers2019-05-221-1/+1
* crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers2019-04-271-1/+43
* crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers2019-03-231-4/+10
* crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2019-03-231-9/+18
* crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers2019-03-231-10/+4
* crypto: morus - fix handling chunked inputsEric Biggers2019-03-232-12/+14
* crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2019-03-232-14/+32
* crypto: aegis - fix handling chunked inputsEric Biggers2019-03-233-21/+21
* crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2019-03-231-1/+3
* crypto: ahash - fix another early termination in hash walkEric Biggers2019-03-231-7/+7
* crypto: cfb - remove bogus memcpy() with src == destEric Biggers2019-03-231-4/+4
* crypto: cfb - add missing 'chunksize' propertyEric Biggers2019-03-232-0/+31
* net: crypto set sk to NULL when af_alg_release.Mao Wenan2019-02-231-1/+3
* crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers2019-02-122-1/+20
* crypto: ecc - regularize scalar for scalar multiplicationVitaly Chikunov2019-01-261-4/+12
* crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers2019-01-221-3/+11
* crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain2019-01-221-1/+1
* crypto: sm3 - fix undefined shift by >= width of valueEric Biggers2019-01-221-1/+1
* crypto: cfb - fix decryptionDmitry Eremin-Solenikov2019-01-091-1/+1
* crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov2019-01-093-0/+88
* crypto: do not free algorithm before usingPan Bian2018-12-133-6/+12
* crypto: simd - correctly take reqsize of wrapped skcipher into accountArd Biesheuvel2018-12-011-2/+3
* crypto: user - fix leaking uninitialized memory to userspaceEric Biggers2018-11-211-9/+9
* crypto: speck - remove SpeckJason A. Donenfeld2018-11-135-1084/+0
* crypto: aegis/generic - fix for big endian systemsArd Biesheuvel2018-11-131-11/+9
* crypto: morus/generic - fix for big endian systemsArd Biesheuvel2018-11-132-17/+6
* crypto: tcrypt - fix ghash-generic speed testHoria Geantă2018-11-131-0/+3
* crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek2018-11-131-1/+6
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-11-041-1/+1
* Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-08-182-5/+9
|\