aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-03crypto: algif_aead - Fix kernel panic on list_delHarsh Jain1-1/+1
2017-01-23crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto1-0/+1
2016-12-27crypto: testmgr - Use heap buffer for acomp test inputLaura Abbott1-2/+28
2016-12-17Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds1-12/+2
2016-12-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-1/+4
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds40-963/+3300
2016-12-14crypto: skcipher - fix crash in virtual walkArd Biesheuvel1-1/+3
2016-12-14crypto: asymmetric_keys - set error code on failurePan Bian1-0/+1
2016-12-13crypto: doc - clarify AEAD memory structureStephan Mueller1-12/+2
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-29/+49
2016-12-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-29/+49
2016-12-08crypto: testmgr - fix overlap in chunked tests againArd Biesheuvel1-1/+1
2016-12-08crypto: algif_aead - fix uninitialized variable warningStephan Mueller1-1/+1
2016-12-07crypto: testmgr - add/enhance test cases for CRC-T10DIFArd Biesheuvel1-28/+42
2016-12-07crypto: testmgr - avoid overlap in chunked testsArd Biesheuvel1-1/+1
2016-12-07crypto: mcryptd - Check mcryptd algorithm compatibilitytim1-7/+12
2016-12-07crypto: algif_aead - fix AEAD tag memory handlingStephan Mueller1-21/+36
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+25
2016-12-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-5/+25
2016-12-01crypto: algif_aead - fix AIO handling of zero bufferStephan Mueller1-2/+3
2016-12-01crypto: algif_skcipher - set error code when kcalloc failsPan Bian1-1/+3
2016-12-01crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu1-3/+30
2016-11-30crypto: skcipher - fix crash in skcipher_walk_aead()Ard Biesheuvel1-0/+2
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu4-16/+35
2016-11-30crypto: rsa - Add Makefile dependencies to fix parallel buildsDavid Michael1-0/+1
2016-11-30crypto: drbg - prevent invalid SG mappingsStephan Mueller1-5/+24
2016-11-28crypto: testmgr - don't use stack buffer in test_acomp()Eric Biggers1-3/+8
2016-11-28crypto: cbc - Export CBC implementationHerbert Xu1-127/+2
2016-11-28crypto: cbc - Convert to skcipherHerbert Xu1-104/+138
2016-11-28crypto: aesni - Convert to skcipherHerbert Xu1-4/+3
2016-11-28crypto: testmgr - Do not test internal algorithmsHerbert Xu2-150/+11
2016-11-28crypto: glue_helper - Add skcipher xts helpersHerbert Xu1-1/+1
2016-11-28crypto: pcbc - Convert to skcipherHerbert Xu1-92/+109
2016-11-28crypto: simd - Add simd skcipher helperHerbert Xu3-0/+232
2016-11-28crypto: cryptd - Add support for skcipherHerbert Xu1-2/+282
2016-11-28crypto: api - Do not clear type bits in crypto_larval_lookupHerbert Xu1-1/+1
2016-11-28crypto: xts - Convert to skcipherHerbert Xu1-155/+392
2016-11-28crypto: lrw - Convert to skcipherHerbert Xu1-127/+380
2016-11-28crypto: skcipher - Add skcipher walk interfaceHerbert Xu1-0/+511
2016-11-28crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM optionJean Delvare1-1/+1
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+1
2016-11-25X.509: Fix double free in x509_cert_parse() [ver #3]Andrey Ryabinin1-1/+0
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+10
2016-11-22crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copyHerbert Xu1-4/+0
2016-11-22crypto: algif_hash - Fix result clobbering in recvmsgHerbert Xu1-1/+1
2016-11-21crypto: drbg - advance output buffer pointerStephan Mueller1-0/+1
2016-11-18crypto: algif_hash - Fix NULL hash crash with shashHerbert Xu1-7/+10
2016-11-17crypto: gf128mul - Zero memory when freeing multiplication tableAlex Cope1-2/+2
2016-11-17crypto: jitterentropy - drop duplicate header module.hGeliang Tang1-1/+0
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong2-14/+13