summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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/+18Star
* crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers2019-05-221-23/+11Star
* crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers2019-05-221-7/+4Star
* 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/+4Star
* 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/+0Star
* crypto: aegis/generic - fix for big endian systemsArd Biesheuvel2018-11-131-11/+9Star
* crypto: morus/generic - fix for big endian systemsArd Biesheuvel2018-11-132-17/+6Star
* 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-192-5/+9
|\
| * async_pq: Remove VLA usageKyle Spiers2018-06-182-5/+9
* | Replace magic for trusting the secondary keyring with #defineYannik Sembritzki2018-08-161-1/+1
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-161-1/+1
|\ \
| * | evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett2018-07-181-1/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-1636-526/+722
|\ \ \
| * | | crypto: dh - make crypto_dh_encode_key() make robustEric Biggers2018-08-031-14/+16
| * | | crypto: dh - fix calculating encoded key sizeEric Biggers2018-08-032-7/+7
| * | | crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers2018-08-031-31/+26Star
| * | | crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers2018-08-031-28/+26Star