summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: aes - add generic time invariant AES cipherArd Biesheuvel2017-02-113-0/+393
* crypto: aes-generic - drop alignment requirementArd Biesheuvel2017-02-111-32/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-02-032-1/+2
|\
| * crypto: algif_aead - Fix kernel panic on list_delHarsh Jain2017-02-031-1/+1
| * crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto2017-01-231-0/+1
* | crypto: tcrypt - Add debug printsRabin Vincent2017-01-231-0/+6
* | crypto: testmgr - use calculated count for number of test vectorsArd Biesheuvel2017-01-132-1101/+204Star
* | crypto: testmgr - Allocate only the required output size for hash testsAndrew Lutomirski2017-01-121-4/+5
* | crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza2017-01-1213-20/+33
* | crypto: testmgr - use kmemdup instead of kmalloc+memcpyEric Biggers2017-01-121-4/+2Star
* | crypto: skcipher - introduce walksize attribute for SIMD algosArd Biesheuvel2016-12-301-8/+12
* | crypto: algif_hash - avoid zero-sized arrayJiri Slaby2016-12-271-1/+1
* | crypto: chacha20 - convert generic and x86 versions to skcipherArd Biesheuvel2016-12-271-43/+30Star
|/
* crypto: testmgr - Use heap buffer for acomp test inputLaura Abbott2016-12-271-2/+28
* Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds2016-12-181-12/+2Star
|\
| * crypto: doc - clarify AEAD memory structureStephan Mueller2016-12-141-12/+2Star
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-152-1/+4
|\ \
| * | crypto: skcipher - fix crash in virtual walkArd Biesheuvel2016-12-141-1/+3
| * | crypto: asymmetric_keys - set error code on failurePan Bian2016-12-141-0/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-1440-963/+3300
|\| |
| * | crypto: testmgr - fix overlap in chunked tests againArd Biesheuvel2016-12-081-1/+1
| * | crypto: testmgr - add/enhance test cases for CRC-T10DIFArd Biesheuvel2016-12-071-28/+42
| * | crypto: testmgr - avoid overlap in chunked testsArd Biesheuvel2016-12-071-1/+1
| * | crypto: algif_aead - fix AIO handling of zero bufferStephan Mueller2016-12-011-2/+3
| * | crypto: algif_skcipher - set error code when kcalloc failsPan Bian2016-12-011-1/+3
| * | crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu2016-12-011-3/+30
| * | crypto: skcipher - fix crash in skcipher_walk_aead()Ard Biesheuvel2016-11-301-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-11-304-16/+35
| |\ \
| * | | crypto: testmgr - don't use stack buffer in test_acomp()Eric Biggers2016-11-281-3/+8
| * | | crypto: cbc - Export CBC implementationHerbert Xu2016-11-281-127/+2Star
| * | | crypto: cbc - Convert to skcipherHerbert Xu2016-11-281-104/+138
| * | | crypto: aesni - Convert to skcipherHerbert Xu2016-11-281-4/+3Star
| * | | crypto: testmgr - Do not test internal algorithmsHerbert Xu2016-11-282-150/+11Star
| * | | crypto: glue_helper - Add skcipher xts helpersHerbert Xu2016-11-281-1/+1
| * | | crypto: pcbc - Convert to skcipherHerbert Xu2016-11-281-92/+109
| * | | crypto: simd - Add simd skcipher helperHerbert Xu2016-11-283-0/+232
| * | | crypto: cryptd - Add support for skcipherHerbert Xu2016-11-281-2/+282
| * | | crypto: api - Do not clear type bits in crypto_larval_lookupHerbert Xu2016-11-281-1/+1
| * | | crypto: xts - Convert to skcipherHerbert Xu2016-11-281-155/+392
| * | | crypto: lrw - Convert to skcipherHerbert Xu2016-11-281-127/+380
| * | | crypto: skcipher - Add skcipher walk interfaceHerbert Xu2016-11-281-0/+511
| * | | crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM optionJean Delvare2016-11-281-1/+1
| * | | crypto: drbg - advance output buffer pointerStephan Mueller2016-11-211-0/+1
| * | | crypto: gf128mul - Zero memory when freeing multiplication tableAlex Cope2016-11-171-2/+2
| * | | crypto: jitterentropy - drop duplicate header module.hGeliang Tang2016-11-171-1/+0Star
| * | | crypto: gf128mul - remove dead gf128mul_64k_lle codeAlex Cope2016-11-131-55/+0Star
| * | | crypto: dh - Consistenly return negative error codesMat Martineau2016-11-131-1/+1
| * | | crypto: poly1305 - Use unaligned access where requiredJason A. Donenfeld2016-11-131-19/+15Star
| * | | crypto: cryptd - Remove unused but set variable 'tfm'Tobias Klauser2016-11-011-2/+0Star
| * | | crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers2016-11-017-7/+7