summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-036-10/+29
|\
| * Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-07-191-1/+3
| |\
| | * crypto: af_alg - Initialize sg_num_bytes in error code pathStephan Mueller2018-07-131-1/+3
| * | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-283-7/+14
| * | Merge branch 'fixes-v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-261-0/+9
| |\ \
| | * | X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero2018-06-251-0/+9
| * | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-242-2/+3
| |\ \ \ | | |/ / | |/| / | | |/
| | * crypto: morus640 - Fix out-of-bounds accessOndrej Mosnáček2018-06-151-1/+2
| | * crypto: don't optimize keccakf()Dmitry Vyukov2018-06-151-1/+1
* | | 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-091-9/+46
* | | crypto: aead - remove useless setting of type flagsEric Biggers2018-07-095-5/+0
* | | crypto: shash - remove useless setting of type flagsEric Biggers2018-07-0916-25/+0
* | | crypto: sha512_generic - add cra_priorityEric Biggers2018-07-091-0/+2
* | | crypto: sha256_generic - add cra_priorityEric Biggers2018-07-091-0/+2
* | | crypto: sha1_generic - add cra_priorityEric Biggers2018-07-091-0/+1
* | | crypto: dh - add public key verification testStephan Mueller2018-07-092-6/+75
* | | crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne2018-07-092-0/+3
* | | crypto: ecdh - add public key verification testStephan Mueller2018-07-092-8/+56
* | | crypto: skcipher - remove the exporting of skcipher_walk_nextDenis Efremov2018-07-011-1/+0
* | | crypto: vmac - remove insecure version with hardcoded nonceEric Biggers2018-07-014-186/+8
* | | 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/+181
* | | 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
|/ /
* | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-152-2/+2
* | treewide: Use array_size() in sock_kmalloc()Kees Cook2018-06-122-3/+4
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-2/+2
|\ \
| * | treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-061-2/+2
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-0528-11945/+10639
|\ \ \ | | |/ | |/|
| * | crypto: salsa20 - Revert "crypto: salsa20 - export generic helpers"Eric Biggers2018-05-311-7/+13
| * | crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers2018-05-311-28/+0
| * | crypto: morus - Mark MORUS SIMD glue as x86-specificOndrej Mosnacek2018-05-314-604/+4
| * | crypto: testmgr - eliminate redundant decryption test vectorsEric Biggers2018-05-312-11723/+919
| * | crypto: testmgr - add extra kw(aes) encryption test vectorEric Biggers2018-05-311-0/+13
| * | crypto: testmgr - add extra ecb(tnepres) encryption test vectorsEric Biggers2018-05-311-1/+39
| * | crypto: testmgr - make an cbc(des) encryption test vector chunkedEric Biggers2018-05-311-0/+3
| * | crypto: testmgr - add extra ecb(des) encryption test vectorsEric Biggers2018-05-311-0/+22