summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2014-01-03crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman1-2/+2
2014-01-03net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2-3/+0
2014-01-03net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2-0/+6
2014-01-03crypto: ccm - Fix handling of zero plaintext when computing macHoria Geanta1-1/+2
2014-01-03crypto: authenc - Find proper IV address in ablkcipher callbackTom Lendacky1-3/+4
2013-10-27crypto: api - Fix race condition in larval lookupHerbert Xu1-1/+6
2013-07-27crypto: sanitize argument for format stringKees Cook1-1/+2
2013-05-13crypto: algif - suppress sending source address information in recvmsgMathias Krause2-0/+3
2013-04-25crypto: gcm - fix assumption that assoc has one segmentJussi Kivilinna1-3/+14
2013-03-20crypto: user - fix info leaks in report APIMathias Krause8-30/+29
2012-11-16crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...Jussi Kivilinna1-3/+8
2012-05-11crypto: sha512 - Fix byte counter overflow in SHA-512Kent Yoder1-1/+1
2012-02-21crypto: sha512 - use standard ror64()Alexey Dobriyan1-9/+4
2012-02-21crypto: sha512 - Avoid stack bloat on i386Herbert Xu1-36/+32
2012-02-21crypto: sha512 - Use binary and instead of modulusHerbert Xu1-2/+2
2012-02-03crypto: sha512 - reduce stack usage to safe numberAlexey Dobriyan1-24/+34
2012-02-03crypto: sha512 - make it work, undo percpu message scheduleAlexey Dobriyan1-5/+1
2011-11-12Merge git://github.com/herbertx/cryptoLinus Torvalds8-3/+63
2011-11-11crypto: algapi - Fix build problem with NET disabledHerbert Xu7-0/+63
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-0/+11
2011-11-02crypto: user - Fix rwsem leak in crypto_userJonathan Corbet1-3/+0
2011-11-01Merge git://github.com/herbertx/cryptoLinus Torvalds20-115/+1313
2011-11-01crypto: user - Depend on NET instead of selecting itHerbert Xu1-1/+1
2011-11-01crypto: add module.h to those files that are explicitly using itPaul Gortmaker11-0/+11
2011-10-26crypto: user - Add dependency on NETHerbert Xu1-0/+1
2011-10-21crypto: user - Initialise match in crypto_alg_matchHerbert Xu1-1/+1
2011-10-21crypto: testmgr - add twofish testsJussi Kivilinna3-4/+238
2011-10-21crypto: testmgr - add blowfish test-vectorsJussi Kivilinna3-4/+184
2011-10-21crypto: whirlpool - count rounds from 0Alexey Dobriyan1-6/+12
2011-10-21crypto: Add userspace report for compress type algorithmsSteffen Klassert1-0/+20
2011-10-21crypto: Add userspace report for cipher type algorithmsSteffen Klassert1-0/+29
2011-10-21crypto: Add userspace report for rng type algorithmsSteffen Klassert1-0/+20
2011-10-21crypto: Add userspace report for pcompress type algorithmsSteffen Klassert1-0/+18
2011-10-21crypto: Add userspace report for nivaead type algorithmsSteffen Klassert1-0/+23
2011-10-21crypto: Add userspace report for aead type algorithmsSteffen Klassert1-0/+25
2011-10-21crypto: Add userspace report for givcipher type algorithmsSteffen Klassert1-0/+23
2011-10-21crypto: Add userspace report for ablkcipher type algorithmsSteffen Klassert1-0/+25
2011-10-21crypto: Add userspace report for blkcipher type algorithmsSteffen Klassert1-0/+25
2011-10-21crypto: Add userspace report for ahash type algorithmsSteffen Klassert1-0/+21
2011-10-21crypto: Add userspace report for shash type algorithmsSteffen Klassert1-0/+21
2011-10-21crypto: Add userspace report for larval type algorithmsSteffen Klassert1-0/+12
2011-10-21crypto: Add a report function pointer to crypto_typeSteffen Klassert1-0/+5
2011-10-21crypto: Add userspace configuration APISteffen Klassert3-0/+380
2011-10-21crypto: Export crypto_remove_finalSteffen Klassert2-3/+3
2011-10-21crypto: Export crypto_remove_spawnsSteffen Klassert2-3/+5
2011-10-21crypto: Add a flag to identify crypto instancesSteffen Klassert1-0/+1
2011-10-21crypto: twofish - add 3-way parallel x86_64 assembler implementionJussi Kivilinna1-0/+20
2011-10-21crypto: tcrypt - add ctr(twofish) speed testJussi Kivilinna1-0/+4
2011-10-21crypto: ghash - Avoid null pointer dereference if no key is setNick Bowler1-0/+6
2011-09-22crypto: blowfish - add x86_64 assembly implementationJussi Kivilinna1-0/+15