summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | crypto: skcipher - fix crash flushing dcache in error pathEric Biggers2018-08-031-26/+27
| * | | crypto: skcipher - remove unnecessary setting of walk->nbytesEric Biggers2018-08-031-1/+0Star
| * | | crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Eric Biggers2018-08-033-5/+5
| * | | crypto: skcipher - fix aligning block size in skcipher_copy_iv()Eric Biggers2018-08-031-1/+1
| * | | crypto: tcrypt - reschedule during speed testsHoria Geantă2018-08-031-12/+24
| * | | crypto: drbg - in-place cipher operation for CTRStephan Müller2018-08-031-20/+14Star
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-036-10/+29
| |\ \ \
| * | | | crypto: rmd320 - use swap macro in rmd320_transformGustavo A. R. Silva2018-07-271-6/+6
| * | | | crypto: rmd256 - use swap macro in rmd256_transformGustavo A. R. Silva2018-07-271-5/+5
| * | | | crypto: ecdh - fix typo of P-192 b valueStephan Mueller2018-07-201-1/+1
| * | | | crypto: dh - update test for public key verificationStephan Mueller2018-07-201-0/+4
| * | | | crypto: drbg - eliminate constant reinitialization of SGLStephan Mueller2018-07-201-4/+7
| * | | | crypto: dh - fix memory leakGustavo A. R. Silva2018-07-201-1/+1
| * | | | crypto: testmgr - add hash finup testsGilad Ben-Yossef2018-07-081-9/+46
| * | | | crypto: aead - remove useless setting of type flagsEric Biggers2018-07-085-5/+0Star
| * | | | crypto: shash - remove useless setting of type flagsEric Biggers2018-07-0816-25/+0Star
| * | | | crypto: sha512_generic - add cra_priorityEric Biggers2018-07-081-0/+2
| * | | | crypto: sha256_generic - add cra_priorityEric Biggers2018-07-081-0/+2
| * | | | crypto: sha1_generic - add cra_priorityEric Biggers2018-07-081-0/+1
| * | | | crypto: dh - add public key verification testStephan Mueller2018-07-082-6/+75
| * | | | crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne2018-07-082-0/+3
| * | | | crypto: ecdh - add public key verification testStephan Mueller2018-07-082-8/+56
| * | | | crypto: skcipher - remove the exporting of skcipher_walk_nextDenis Efremov2018-07-011-1/+0Star
| * | | | crypto: vmac - remove insecure version with hardcoded nonceEric Biggers2018-07-014-186/+8Star
| * | | | crypto: vmac - add nonced version with big endian digestEric Biggers2018-07-013-18/+273
| * | | | crypto: vmac - separate tfm and request contextEric Biggers2018-07-011-227/+181Star
| * | | | crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers2018-07-011-0/+4
| * | | | crypto: aegis - fix indentation of a statementColin Ian King2018-06-221-1/+1
| * | | | crypto: sha512_generic - add a sha384 0-length pre-computed hashAntoine Tenart2018-06-221-0/+10
| * | | | crypto: sha512_generic - add a sha512 0-length pre-computed hashAntoine Tenart2018-06-221-0/+12
| | |_|/ | |/| |
* | | | net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
| |/ / |/| |