summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: pcrypt - Fix user-after-free on module unloadHerbert Xu2020-02-051-1/+2
* crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu2020-02-051-2/+4
* crypto: tgr192 - fix unaligned memory accessEric Biggers2020-01-271-3/+3
* pcrypt: use format specifier in kobject_addColin Ian King2020-01-271-1/+1
* crypto: user - fix memory leak in crypto_reportNavid Emamdoost2019-12-171-1/+3
* crypto: ecdh - fix big endian bug in ECC libraryArd Biesheuvel2019-12-171-1/+2
* crypto: af_alg - cast ki_complete ternary op to intAyush Sawal2019-12-171-1/+1
* crypto: ecc - check for invalid values in the key verification testVitaly Chikunov2019-12-171-16/+26
* crypto: user - support incremental algorithm dumpsEric Biggers2019-12-051-17/+20
* crypto: fix a memory leak in rsa-kcs1pad's encryption modeDan Aloni2019-11-201-9/+0
* crypto: skcipher - Unmap pages after an external errorHerbert Xu2019-10-111-19/+23
* crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers2019-07-311-11/+19
* crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers2019-07-311-1/+7
* crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann2019-07-311-0/+3
* crypto: serpent - mark __serpent_setkey_sbox noinlineArnd Bergmann2019-07-311-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-211-26/+18
* crypto: salsa20 - don't access already-freed walk.ivEric Biggers2019-05-211-1/+1
* crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers2019-05-211-23/+11
* crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers2019-05-211-7/+4
* crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers2019-05-211-2/+7
* crypto: chacha20poly1305 - set cra_name correctlyEric Biggers2019-05-211-2/+2
* crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers2019-04-271-1/+43
* crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers2019-03-231-10/+4
* crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers2019-03-231-4/+10
* crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2019-03-232-14/+32
* crypto: ahash - fix another early termination in hash walkEric Biggers2019-03-231-7/+7
* 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: authenc - fix parsing key with misaligned rta_lenEric Biggers2019-01-231-3/+11
* crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain2019-01-231-1/+1
* 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: 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
* crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne2018-10-032-0/+3
* evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett2018-09-261-1/+1
* crypto: aes-generic - fix aes-generic regression on powerpcArnd Bergmann2018-09-191-1/+1
* Replace magic for trusting the secondary keyring with #defineYannik Sembritzki2018-09-091-1/+1
* crypto: skcipher - fix crash flushing dcache in error pathEric Biggers2018-08-171-24/+25
* crypto: skcipher - fix aligning block size in skcipher_copy_iv()Eric Biggers2018-08-171-1/+1
* crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers2018-08-171-31/+26
* crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers2018-08-171-28/+26
* crypto: vmac - separate tfm and request contextEric Biggers2018-08-171-227/+181
* crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers2018-08-171-0/+4
* crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus2018-08-031-0/+1
* crypto: authencesn - don't leak pointers to authenc keysTudor-Dan Ambarus2018-08-031-0/+1
* crypto: af_alg - Initialize sg_num_bytes in error code pathStephan Mueller2018-07-221-1/+3
* crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers2018-07-171-26/+0