summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAge
...
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-03-04
|\
| * crypto: testmgr - Pad aes_ccm_enc_tv_template vectorLaura Abbott2017-03-01
| * crypto: ccm - move cbcmac input off the stackArd Biesheuvel2017-02-28
| * crypto: xts - Propagate NEED_FALLBACK bitHerbert Xu2017-02-27
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* | sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-02
* | crypto: change LZ4 modules to work with new LZ4 module versionSven Schmidt2017-02-24
|/
* crypto: xts - Add ECB dependencyMilan Broz2017-02-23
* crypto: ccm - drop unnecessary minimum 32-bit alignmentArd Biesheuvel2017-02-15
* crypto: ccm - honour alignmask of subordinate MAC cipherArd Biesheuvel2017-02-15
* crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel2017-02-11
* crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann2017-02-11
* crypto: ccm - switch to separate cbcmac driverArd Biesheuvel2017-02-11
* crypto: testmgr - add test cases for cbcmac(aes)Ard Biesheuvel2017-02-11
* crypto: aes - add generic time invariant AES cipherArd Biesheuvel2017-02-11
* crypto: aes-generic - drop alignment requirementArd Biesheuvel2017-02-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-02-03
|\
| * crypto: algif_aead - Fix kernel panic on list_delHarsh Jain2017-02-03
| * crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto2017-01-23
* | crypto: tcrypt - Add debug printsRabin Vincent2017-01-23
* | crypto: testmgr - use calculated count for number of test vectorsArd Biesheuvel2017-01-13
* | crypto: testmgr - Allocate only the required output size for hash testsAndrew Lutomirski2017-01-13
* | crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza2017-01-13
* | crypto: testmgr - use kmemdup instead of kmalloc+memcpyEric Biggers2017-01-13
* | crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel2016-12-30
* | crypto: algif_hash - avoid zero-sized arrayJiri Slaby2016-12-27
* | crypto: chacha20 - convert generic and x86 versions to skcipherArd Biesheuvel2016-12-27
|/
* crypto: testmgr - Use heap buffer for acomp test inputLaura Abbott2016-12-27
* Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds2016-12-17
|\
| * crypto: doc - clarify AEAD memory structureStephan Mueller2016-12-13
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-15
|\ \
| * | crypto: skcipher - fix crash in virtual walkArd Biesheuvel2016-12-14
| * | crypto: asymmetric_keys - set error code on failurePan Bian2016-12-14
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-14
|\ \ \ | |/ /
| * | crypto: testmgr - fix overlap in chunked tests againArd Biesheuvel2016-12-08
| * | crypto: testmgr - add/enhance test cases for CRC-T10DIFArd Biesheuvel2016-12-07
| * | crypto: testmgr - avoid overlap in chunked testsArd Biesheuvel2016-12-07
| * | crypto: algif_aead - fix AIO handling of zero bufferStephan Mueller2016-12-01
| * | crypto: algif_skcipher - set error code when kcalloc failsPan Bian2016-12-01
| * | crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu2016-12-01
| * | crypto: skcipher - fix crash in skcipher_walk_aead()Ard Biesheuvel2016-11-30
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-11-30
| |\ \
| * | | crypto: testmgr - don't use stack buffer in test_acomp()Eric Biggers2016-11-28
| * | | crypto: cbc - Export CBC implementationHerbert Xu2016-11-28
| * | | crypto: cbc - Convert to skcipherHerbert Xu2016-11-28
| * | | crypto: aesni - Convert to skcipherHerbert Xu2016-11-28
| * | | crypto: testmgr - Do not test internal algorithmsHerbert Xu2016-11-28
| * | | crypto: glue_helper - Add skcipher xts helpersHerbert Xu2016-11-28
| * | | crypto: pcbc - Convert to skcipherHerbert Xu2016-11-28