aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook
2018-06-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-31crypto: salsa20 - Revert "crypto: salsa20 - export generic helpers"Eric Biggers
2018-05-31crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers
2018-05-31crypto: morus - Mark MORUS SIMD glue as x86-specificOndrej Mosnacek
2018-05-31crypto: testmgr - eliminate redundant decryption test vectorsEric Biggers
2018-05-31crypto: testmgr - add extra kw(aes) encryption test vectorEric Biggers
2018-05-31crypto: testmgr - add extra ecb(tnepres) encryption test vectorsEric Biggers
2018-05-31crypto: testmgr - make an cbc(des) encryption test vector chunkedEric Biggers
2018-05-31crypto: testmgr - add extra ecb(des) encryption test vectorsEric Biggers
2018-05-27crypto: testmgr - add more unkeyed crc32 and crc32c test vectorsEric Biggers
2018-05-27crypto: testmgr - fix testing OPTIONAL_KEY hash algorithmsEric Biggers
2018-05-27crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsEric Biggers
2018-05-27crypto: crc32-generic - remove __crc32_le()Eric Biggers
2018-05-27crypto: crc32c-generic - remove cra_alignmaskEric Biggers
2018-05-27crypto: crc32-generic - use unaligned access macros when neededEric Biggers
2018-05-26crypto: af_alg: convert to ->poll_maskChristoph Hellwig
2018-05-26net: remove sock_no_pollChristoph Hellwig
2018-05-19crypto: x86 - Add optimized MORUS implementationsOndrej Mosnacek
2018-05-19crypto: morus - Add common SIMD glue code for MORUSOndrej Mosnacek
2018-05-19crypto: testmgr - Add test vectors for MORUSOndrej Mosnacek
2018-05-19crypto: morus - Add generic MORUS AEAD implementationsOndrej Mosnacek
2018-05-19crypto: x86 - Add optimized AEGIS implementationsOndrej Mosnacek
2018-05-19crypto: testmgr - Add test vectors for AEGISOndrej Mosnacek
2018-05-19crypto: aegis - Add generic AEGIS AEAD implementationsOndrej Mosnacek
2018-05-19crypto: testmgr - reorder paes test lexicographicallyGilad Ben-Yossef
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-05-05crypto: tcrypt - Remove VLA usageKees Cook
2018-05-05crypto: sm4 - export encrypt/decrypt routines to other driversArd Biesheuvel
2018-05-05crypto: ccree - enable support for hardware keysGilad Ben-Yossef
2018-04-21crypto: rsa - Remove unneeded error assignmentFabio Estevam
2018-04-21crypto: testmgr - Allow different compression resultsMahipal Challa
2018-04-21crypto: remove several VLAsSalvatore Mesoraca
2018-04-21crypto: api - laying defines and checks for statically allocated buffersSalvatore Mesoraca
2018-04-21crypto: authencesn - don't leak pointers to authenc keysTudor-Dan Ambarus
2018-04-21crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus
2018-04-21crypto: zstd - Add zstd supportNick Terrell
2018-04-21crypto: ecc - Actually remove stack VLA usageKees Cook
2018-04-21crypto: drbg - set freed buffers to NULLStephan Mueller
2018-04-21crypto: api - fix finding algorithm currently being testedEric Biggers
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-04-10Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds
2018-04-07crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet
2018-04-07kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada
2018-04-07kbuild: clean up *-asn1.[ch] patterns from top-level MakefileMasahiro Yamada
2018-04-07.gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada
2018-04-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-03-31crypto: ahash - Fix early termination in hash walkHerbert Xu