aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-03-09crypto: ctr - Propagate NEED_FALLBACK bitMarcelo Cerri
2017-03-09crypto: cbc - Propagate NEED_FALLBACK bitMarcelo Cerri
2017-03-09crypto: testmgr - constify all test vectorsEric Biggers
2017-03-09crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers
2017-03-09crypto: algapi - annotate expected branch behavior in crypto_inc()Ard Biesheuvel
2017-03-09crypto: gf128mul - constify 4k and 64k multiplication tablesEric Biggers
2017-03-09crypto: gf128mul - rename the byte overflow tablesEric Biggers
2017-03-09crypto: gf128mul - remove xx() macroEric Biggers
2017-03-09crypto: gf128mul - fix some commentsEric Biggers
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar
2017-03-01crypto: testmgr - Pad aes_ccm_enc_tv_template vectorLaura Abbott
2017-02-28crypto: ccm - move cbcmac input off the stackArd Biesheuvel
2017-02-27crypto: xts - Propagate NEED_FALLBACK bitHerbert Xu
2017-02-24crypto: change LZ4 modules to work with new LZ4 module versionSven Schmidt
2017-02-23crypto: xts - Add ECB dependencyMilan Broz
2017-02-15crypto: ccm - drop unnecessary minimum 32-bit alignmentArd Biesheuvel
2017-02-15crypto: ccm - honour alignmask of subordinate MAC cipherArd Biesheuvel
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel
2017-02-11crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann
2017-02-11crypto: ccm - switch to separate cbcmac driverArd Biesheuvel
2017-02-11crypto: testmgr - add test cases for cbcmac(aes)Ard Biesheuvel
2017-02-11crypto: aes - add generic time invariant AES cipherArd Biesheuvel
2017-02-11crypto: aes-generic - drop alignment requirementArd Biesheuvel
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-02-03crypto: algif_aead - Fix kernel panic on list_delHarsh Jain
2017-01-23crypto: tcrypt - Add debug printsRabin Vincent
2017-01-23crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto
2017-01-13crypto: testmgr - use calculated count for number of test vectorsArd Biesheuvel
2017-01-13crypto: testmgr - Allocate only the required output size for hash testsAndrew Lutomirski
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza
2017-01-13crypto: testmgr - use kmemdup instead of kmalloc+memcpyEric Biggers
2016-12-30crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel
2016-12-27crypto: algif_hash - avoid zero-sized arrayJiri Slaby
2016-12-27crypto: chacha20 - convert generic and x86 versions to skcipherArd Biesheuvel
2016-12-27crypto: testmgr - Use heap buffer for acomp test inputLaura Abbott
2016-12-17Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds
2016-12-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-12-14crypto: skcipher - fix crash in virtual walkArd Biesheuvel
2016-12-14crypto: asymmetric_keys - set error code on failurePan Bian
2016-12-13crypto: doc - clarify AEAD memory structureStephan Mueller
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-12-08crypto: testmgr - fix overlap in chunked tests againArd Biesheuvel
2016-12-08crypto: algif_aead - fix uninitialized variable warningStephan Mueller
2016-12-07crypto: testmgr - add/enhance test cases for CRC-T10DIFArd Biesheuvel
2016-12-07crypto: testmgr - avoid overlap in chunked testsArd Biesheuvel