aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-03-09net: Work around lockdep limitation in sockets that use socketsGravatar David Howells 2-8/+10
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-9/+12
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 4-2/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Gravatar Ingo Molnar 1-0/+1
2017-03-01crypto: testmgr - Pad aes_ccm_enc_tv_template vectorGravatar Laura Abbott 1-1/+1
2017-02-28crypto: ccm - move cbcmac input off the stackGravatar Ard Biesheuvel 1-2/+3
2017-02-27crypto: xts - Propagate NEED_FALLBACK bitGravatar Herbert Xu 1-6/+8
2017-02-24crypto: change LZ4 modules to work with new LZ4 module versionGravatar Sven Schmidt 3-68/+120
2017-02-23crypto: xts - Add ECB dependencyGravatar Milan Broz 1-0/+1
2017-02-15crypto: ccm - drop unnecessary minimum 32-bit alignmentGravatar Ard Biesheuvel 1-2/+1
2017-02-15crypto: ccm - honour alignmask of subordinate MAC cipherGravatar Ard Biesheuvel 1-8/+10
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticGravatar Ard Biesheuvel 7-32/+52
2017-02-11crypto: improve gcc optimization flags for serpent and wp512Gravatar Arnd Bergmann 1-0/+2
2017-02-11crypto: ccm - switch to separate cbcmac driverGravatar Ard Biesheuvel 2-137/+245
2017-02-11crypto: testmgr - add test cases for cbcmac(aes)Gravatar Ard Biesheuvel 2-0/+67
2017-02-11crypto: aes - add generic time invariant AES cipherGravatar Ard Biesheuvel 3-0/+393
2017-02-11crypto: aes-generic - drop alignment requirementGravatar Ard Biesheuvel 1-32/+32
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 2-1/+2
2017-02-03crypto: algif_aead - Fix kernel panic on list_delGravatar Harsh Jain 1-1/+1
2017-01-23crypto: tcrypt - Add debug printsGravatar Rabin Vincent 1-0/+6
2017-01-23crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algGravatar Salvatore Benedetto 1-0/+1
2017-01-13crypto: testmgr - use calculated count for number of test vectorsGravatar Ard Biesheuvel 2-1101/+204
2017-01-13crypto: testmgr - Allocate only the required output size for hash testsGravatar Andrew Lutomirski 1-4/+5
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGravatar Gideon Israel Dsouza 13-20/+33
2017-01-13crypto: testmgr - use kmemdup instead of kmalloc+memcpyGravatar Eric Biggers 1-4/+2
2016-12-30crypto: skcipher - introduce walksize attribute for SIMD algosGravatar Ard Biesheuvel 1-8/+12
2016-12-27crypto: algif_hash - avoid zero-sized arrayGravatar Jiri Slaby 1-1/+1
2016-12-27crypto: chacha20 - convert generic and x86 versions to skcipherGravatar Ard Biesheuvel 1-43/+30
2016-12-27crypto: testmgr - Use heap buffer for acomp test inputGravatar Laura Abbott 1-2/+28
2016-12-17Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-12/+2
2016-12-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-1/+4
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 40-963/+3300
2016-12-14crypto: skcipher - fix crash in virtual walkGravatar Ard Biesheuvel 1-1/+3
2016-12-14crypto: asymmetric_keys - set error code on failureGravatar Pan Bian 1-0/+1
2016-12-13crypto: doc - clarify AEAD memory structureGravatar Stephan Mueller 1-12/+2
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-29/+49
2016-12-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-29/+49
2016-12-08crypto: testmgr - fix overlap in chunked tests againGravatar Ard Biesheuvel 1-1/+1
2016-12-08crypto: algif_aead - fix uninitialized variable warningGravatar Stephan Mueller 1-1/+1
2016-12-07crypto: testmgr - add/enhance test cases for CRC-T10DIFGravatar Ard Biesheuvel 1-28/+42
2016-12-07crypto: testmgr - avoid overlap in chunked testsGravatar Ard Biesheuvel 1-1/+1
2016-12-07crypto: mcryptd - Check mcryptd algorithm compatibilityGravatar tim 1-7/+12
2016-12-07crypto: algif_aead - fix AEAD tag memory handlingGravatar Stephan Mueller 1-21/+36
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-5/+25
2016-12-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-5/+25
2016-12-01crypto: algif_aead - fix AIO handling of zero bufferGravatar Stephan Mueller 1-2/+3
2016-12-01crypto: algif_skcipher - set error code when kcalloc failsGravatar Pan Bian 1-1/+3
2016-12-01crypto: skcipher - Add separate walker for AEAD decryptionGravatar Herbert Xu 1-3/+30
2016-11-30crypto: skcipher - fix crash in skcipher_walk_aead()Gravatar Ard Biesheuvel 1-0/+2