summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-152-2/+2
* treewide: Use array_size() in sock_kmalloc()Kees Cook2018-06-132-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+2
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-071-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-0628-11945/+10639Star
|\ \
| * | crypto: salsa20 - Revert "crypto: salsa20 - export generic helpers"Eric Biggers2018-05-301-7/+13
| * | crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers2018-05-301-28/+0Star
| * | crypto: morus - Mark MORUS SIMD glue as x86-specificOndrej Mosnacek2018-05-304-604/+4Star
| * | crypto: testmgr - eliminate redundant decryption test vectorsEric Biggers2018-05-302-11723/+919Star
| * | crypto: testmgr - add extra kw(aes) encryption test vectorEric Biggers2018-05-301-0/+13
| * | crypto: testmgr - add extra ecb(tnepres) encryption test vectorsEric Biggers2018-05-301-1/+39
| * | crypto: testmgr - make an cbc(des) encryption test vector chunkedEric Biggers2018-05-301-0/+3
| * | crypto: testmgr - add extra ecb(des) encryption test vectorsEric Biggers2018-05-301-0/+22
| * | crypto: testmgr - add more unkeyed crc32 and crc32c test vectorsEric Biggers2018-05-261-0/+14
| * | crypto: testmgr - fix testing OPTIONAL_KEY hash algorithmsEric Biggers2018-05-261-7/+43
| * | crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsEric Biggers2018-05-263-98/+0Star
| * | crypto: crc32-generic - remove __crc32_le()Eric Biggers2018-05-261-8/+2Star
| * | crypto: crc32c-generic - remove cra_alignmaskEric Biggers2018-05-261-4/+4
| * | crypto: crc32-generic - use unaligned access macros when neededEric Biggers2018-05-261-3/+4
| * | crypto: x86 - Add optimized MORUS implementationsOndrej Mosnacek2018-05-181-0/+26
| * | crypto: morus - Add common SIMD glue code for MORUSOndrej Mosnacek2018-05-184-0/+618
| * | crypto: testmgr - Add test vectors for MORUSOndrej Mosnacek2018-05-182-0/+3418
| * | crypto: morus - Add generic MORUS AEAD implementationsOndrej Mosnacek2018-05-184-0/+1107
| * | crypto: x86 - Add optimized AEGIS implementationsOndrej Mosnacek2018-05-181-0/+24
| * | crypto: testmgr - Add test vectors for AEGISOndrej Mosnacek2018-05-182-0/+2862
| * | crypto: aegis - Add generic AEGIS AEAD implementationsOndrej Mosnacek2018-05-186-0/+1572
| * | crypto: testmgr - reorder paes test lexicographicallyGilad Ben-Yossef2018-05-181-22/+22
| * | crypto: tcrypt - Remove VLA usageKees Cook2018-05-051-39/+79
| * | crypto: sm4 - export encrypt/decrypt routines to other driversArd Biesheuvel2018-05-051-4/+6
| * | crypto: ccree - enable support for hardware keysGilad Ben-Yossef2018-05-051-0/+43
| * | crypto: rsa - Remove unneeded error assignmentFabio Estevam2018-04-201-1/+0Star
| * | crypto: testmgr - Allow different compression resultsMahipal Challa2018-04-201-13/+37