aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2011-10-21crypto: ghash - Avoid null pointer dereference if no key is setNick Bowler1-0/+6
2011-08-06crypto: Move md5_transform to lib/md5.cDavid S. Miller1-91/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma3-3/+3
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-25/+316
2011-07-11doc: Kconfig: `to be' -> `be'Michael Witten1-1/+1
2011-07-08crypto: gf128mul - fix call to memset()Mathias Krause1-2/+2
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-8/+6
2011-06-30crypto: algif_hash - Handle initial af_alg_make_sg error correctlyHerbert Xu1-1/+3
2011-06-30crypto: sha1_generic - use SHA1_BLOCK_SIZEMandeep Singh Baines1-5/+6
2011-06-30crypto: arc4 - Fixed coding style issuesMati Vait1-8/+7
2011-06-30crypto: crc32c - Fixed coding style issueMati Vait1-5/+5
2011-06-30crypto: UML build fixesRichard Weinberger1-2/+2
2011-06-30crypto: testmgr - add xts-aes-256 self-testJarod Wilson1-2/+291
2011-06-29net+crypto: Use vmalloc for zlib inflate buffers.David S. Miller2-8/+6
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-6/+80
2011-05-16crypto: aesni-intel - Merge with fpu.koAndy Lutomirski1-6/+0
2011-05-04crypto: tcrypt - CTR mode speed test for AESJan Glauber1-0/+4
2011-05-04crypto: testmgr - add support for aes ofb modePuneet Saxena2-0/+76
2011-03-31Fix common misspellingsLucas De Marchi5-5/+5
2011-03-22zlib: slim down zlib_deflate() workspace when possibleJim Keniston2-8/+13
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-1/+836
2011-03-13crypto: authencesn - Add algorithm to handle IPsec extended sequence numbersSteffen Klassert2-1/+836
2011-03-04crypto: tcrypt - do not attempt to write to readonly variableDavid Sterba1-1/+2
2011-02-17crypto: sha1 - Add test vector to test partial block processingHerbert Xu1-1/+29
2011-01-29crypto: testmgr - mark ghash as fips_allowedJarod Wilson1-0/+1
2011-01-29crypto: testmgr - mark xts(aes) as fips_allowedJarod Wilson1-0/+1
2011-01-29crypto: skcipher - remove redundant NULL checkDavidlohr Bueso1-2/+1
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds21-125/+1921
2011-01-04crypto: mark crypto workqueues CPU_INTENSIVETejun Heo2-2/+4
2011-01-04crypto: ripemd - Set module author and update email addressAdrian-Ken Rueegsegger4-4/+8
2010-12-28crypto: gf128mul - Remove experimental tagHerbert Xu1-1/+0
2010-12-21crypto: af_alg - fix af_alg memory_allocated data typeRandy Dunlap1-1/+1
2010-12-08crypto: af_alg - Make sure sk_security is initialized on accept()ed socketsMiloslav Trmač1-0/+1
2010-12-02crypto: Use scatterwalk_crypto_chainSteffen Klassert3-51/+8
2010-11-30crypto: algif_skcipher - Handle unaligned receive bufferHerbert Xu1-6/+7
2010-11-30crypto: algif_skcipher - Fixed overflow when sndbuf is page alignedHerbert Xu1-21/+11
2010-11-29crypto: af_alg - Add dependency on NETHerbert Xu1-0/+2
2010-11-28crypto: algif_skcipher - Pass on error from af_alg_make_sgHerbert Xu1-1/+2
2010-11-27crypto: aesni-intel - Ported implementation to x86-32Mathias Krause1-5/+7
2010-11-27crypto: Makefile clean upTracey Dent1-7/+7
2010-11-27crypto: Use vzallocJoe Perches2-4/+2
2010-11-26crypto: algif_skcipher - User-space interface for skcipher operationsHerbert Xu3-0/+649
2010-11-19crypto: algif_hash - User-space interface for hash operationsHerbert Xu3-0/+328
2010-11-19crypto: af_alg - User-space interface for Crypto APIHerbert Xu3-0/+486
2010-11-13crypto: rfc4106 - Extending the RC4106 AES-GCM test vectorsAdrian Hoban3-0/+396
2010-11-13crypto: cast5 - simplify if-statementsNicolas Kaiser1-50/+24
2010-11-12crypto: pcrypt - Fix use after free on padata_freeSteffen Klassert1-1/+0
2010-11-04crypto: hash - Fix async import on shash algorithmHerbert Xu1-1/+7
2010-10-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds1-13/+0
2010-10-26mm: strictly nested kmap_atomic()Peter Zijlstra2-2/+2
2010-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-14/+213
2010-10-07move async raid6 test to lib/Kconfig.debugDan Williams1-13/+0
2010-10-07Blackfin: Rename DES PC2() symbol to avoid collisionDavid Howells1-65/+65
2010-09-20crypto: cryptd - Adding the AEAD interface type support to cryptdAdrian Hoban1-3/+203
2010-09-12crypto: Kconfig - update broken web addressesJustin P. Mattock1-8/+8
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-12/+15
2010-09-03crypto: fips - FIPS requires algorithm self-testsChuck Ebbert1-3/+2
2010-08-09Merge branch 'async' of macbook:git/btrfs-unstableDavid Woodhouse1-0/+14
2010-08-06crypto: testmgr - Default to no testsHerbert Xu1-1/+2
2010-08-06crypto: testmgr - Fix test disabling optionHerbert Xu3-12/+11
2010-08-06crypto: hash - Fix handling of small unaligned buffersSzilveszter Ördög1-2/+5
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-64/+221
2010-07-31crypto: pcrypt - Update pcrypt cpumask according to the padata cpumask notifierSteffen Klassert1-2/+11
2010-07-31crypto: pcrypt - Rename pcrypt_instanceSteffen Klassert1-16/+14
2010-07-31padata: Rename padata_alloc functionsSteffen Klassert1-1/+1
2010-07-26crypto: pcrypt - Dont calulate a callback cpu on empty callback cpumaskSteffen Klassert1-0/+3
2010-07-19pcrypt: Added sysfs interface to pcryptDan Kruchinin1-3/+32
2010-07-19padata: Make two separate cpumasksDan Kruchinin1-54/+137
2010-07-14padata: make padata_do_parallel to return zero on successSteffen Klassert1-12/+6
2010-07-14padata: Check for valid padata instance on startSteffen Klassert1-5/+14
2010-06-23crypto: skcipher - avoid NULL dereferenceJiri Slaby1-1/+1
2010-06-03crypto: twofish: Rename twofish to twofish_generic and add an aliasJoachim Fritschi2-1/+2
2010-06-03crypto: testmgr - add an option to disable cryptoalgos' self-testsAlexander Shishkin3-0/+26
2010-06-03crypto: pcomp - Fix illegal Kconfig configurationHerbert Xu2-2/+7
2010-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/crypto-2.6Herbert Xu3-36/+33
2010-05-26crypto: Use ERR_CASTJulia Lawall3-3/+3
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds1-27/+19
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds12-80/+801
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2010-05-20crypto: authenc - Fix cryptlen calculationShikhar Khattar1-2/+6
2010-05-19crypto: skcipher - Add ablkcipher_walk interfacesDavid S. Miller1-0/+277
2010-05-19crypto: testmgr - Add testing for async hashing and update/finalDavid S. Miller1-18/+48
2010-05-19crypto: tcrypt - Add speed tests for async hashingDavid S. Miller1-6/+330
2010-05-19crypto: scatterwalk - Fix scatterwalk_done() testDavid S. Miller1-1/+1
2010-05-19crypto: shash - Remove usage of CRYPTO_MINALIGNHerbert Xu1-1/+1
2010-05-17async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseDan Williams1-27/+19
2010-05-05raid6: fix recovery performance regressionDan Williams1-8/+13
2010-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu13-22/+37
2010-05-03crypto: algapi - Remove unneeded null checkDan Carpenter1-1/+1
2010-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-5/+11
2010-04-26crypto: authenc - Add EINPROGRESS checkHerbert Xu1-5/+11
2010-04-23Merge branch 'master' into for-nextJiri Kosina9-2/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo9-2/+8
2010-03-29Fix comment and Kconfig typos for 'require' and 'fragment'Gilles Espinasse1-1/+1
2010-03-24crypto: pcrypt - Handle crypto_get_attr_type errorsDan Carpenter1-7/+4
2010-03-18crypto: vmac - Fix big-endian supportShane Wang2-43/+96
2010-03-10crypto: tcrypt - Speed testing support for ghashHuang Ying2-0/+36
2010-03-10crypto: internal - Fix checkpatch errorsRichard Hartmann1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
2010-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-13/+16
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-1/+1
2010-03-03crypto: authenc - Move saved IV in front of the ablkcipher requestSteffen Klassert1-11/+14
2010-03-03crypto: hash - Fix handling of unaligned buffersSzilveszter Ördög1-1/+0
2010-03-02crypto: authenc - Use correct ahash complete functionsSteffen Klassert1-1/+1
2010-03-02crypto: md5 - Set statesizeHerbert Xu1-0/+1
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds25-457/+1292
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo1-1/+1
2010-02-16crypto: aes_generic - Fix checkpatch errorsRichard Hartmann1-2/+2
2010-02-16crypto: fcrypt - Fix checkpatch errorsRichard Hartmann1-3/+3
2010-02-16crypto: ecb - Fix checkpatch errorsRichard Hartmann1-1/+1
2010-02-16crypto: des_generic - Fix checkpatch errorsRichard Hartmann1-2/+1
2010-02-16crypto: deflate - Fix checkpatch errorsRichard Hartmann1-10/+10
2010-02-16crypto: crypto_null - Fix checkpatch errorsRichard Hartmann1-4/+4
2010-02-16crypto: cipher - Fix checkpatch errorsRichard Hartmann1-1/+1
2010-02-16crypto: crc32 - Fix checkpatch errorsRichard Hartmann1-3/+3
2010-02-16crypto: compress - Fix checkpatch errorsRichard Hartmann1-2/+2
2010-02-16crypto: cast6 - Fix checkpatch errorsRichard Hartmann1-60/+62
2010-02-16crypto: cast5 - Fix checkpatch errorsRichard Hartmann1-7/+7
2010-02-16crypto: camellia - Fix checkpatch errorsRichard Hartmann1-308/+308
2010-02-16crypto: authenc - Fix checkpatch errorsRichard Hartmann1-5/+5
2010-02-16crypto: api - Fix checkpatch errorsRichard Hartmann1-7/+6
2010-02-16crypto: anubis - Fix checkpatch errorsRichard Hartmann1-11/+11
2010-02-16crypto: algapi - Fix checkpatch errorsRichard Hartmann1-2/+2
2010-02-16crypto: blowfish - Fix checkpatch errorsRichard Hartmann1-9/+9
2010-02-16crypto: aead - Fix checkpatch errorsRichard Hartmann1-2/+2
2010-02-16crypto: ablkcipher - Fix checkpatch errorsRichard Hartmann1-2/+2
2010-02-05crypto: fix typo in Kconfig help textJiri Kosina1-2/+2
2010-02-04crypto: pcrypt - call the complete function on errorSteffen Klassert1-3/+3
2010-01-17crypto: md5 - Add export supportMax Vozeler1-16/+24
2010-01-17crypto: gcm - Add RFC4543 wrapper for GCMTobias Brunner1-0/+287
2010-01-07crypto: pcrypt - Add pcrypt crypto parallelization wrapperSteffen Klassert3-0/+456
2009-12-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds1-0/+7
2009-12-23crypto: testmgr - Fix complain about lack test for internal used algorithmYouquan, Song1-0/+84
2009-12-17async_tx: expand async raid6 test to cover ioatdma corner caseDan Williams1-0/+7
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-443/+111
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-9/+3
2009-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu11-247/+1445
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-34/+73
2009-11-23crypto: ansi_cprng - Move FIPS functions under CONFIG_CRYPTO_FIPSJaswinder Singh Rajput1-28/+28
2009-11-23crypto: testmgr - Add ghash algorithm test before provide to usersYouquan, Song2-0/+24
2009-11-19async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams3-6/+28
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-1/+1
2009-11-16crypto: gcm - fix another complete call in complete fuctionHuang Ying1-34/+73
2009-11-12sysctl crypto: Remove dead binary sysctl supportEric W. Biederman1-8/+2
2009-10-31Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds3-65/+113
2009-10-29async_tx: Move ASYNC_RAID6_TEST option to crypto/async_tx/, fix dependenciesDavid Woodhouse1-0/+14
2009-10-27crypto: ghash-intel - Fix building failure on x86_32Huang Ying1-0/+1
2009-10-27crypto: testmgr - Fix warningFelipe Contreras1-1/+1
2009-10-27crypto: ansi_cprng - Fix test in get_prng_bytesRoel Kluin1-3/+0
2009-10-19async_tx: fix asynchronous raid6 recovery for ddf layoutsDan Williams1-30/+56
2009-10-19async_pq: rename scribble pageDan Williams1-7/+8
2009-10-19async_pq: kill a stray dma_map() call and other cleanupsDan Williams1-7/+8
2009-10-19crypto: api - Remove digest case from procfs show handlerBenjamin Gilbert1-7/+0
2009-10-19crypto: hash - Remove legacy hash/digest codeBenjamin Gilbert2-423/+0
2009-10-19crypto: ansi_cprng - Add FIPS wrapperNeil Horman1-9/+70
2009-10-19crypto: ghash - Add PCLMULQDQ accelerated implementationHuang Ying2-0/+15
2009-10-16raid6/async_tx: handle holes in block list in async_syndrome_valNeilBrown2-14/+35
2009-10-16md/async: don't pass a memory pointer as a page pointer.NeilBrown2-16/+15
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-03this_cpu: Use this_cpu_ptr in crypto subsystemChristoph Lameter1-1/+1
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown9-204/+1292
2009-09-21async_tx/raid6: add missing dma_unmap calls to the async fail caseDan Williams1-0/+13
2009-09-16raid6test: fix stack overflowDan Williams1-2/+1
2009-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds27-1075/+2960
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams11-234/+1155
2009-09-08dmaengine, async_tx: support alignment checksDan Williams4-6/+9
2009-09-08dmaengine, async_tx: add a "no channel switch" allocatorDan Williams1-0/+4
2009-09-08dmaengine: add fence supportDan Williams5-27/+50
2009-09-08Merge branch 'md-raid6-accel' into ioat3.2Dan Williams9-201/+1247
2009-09-08Merge commit 'v2.6.31-rc1' into dmaengineDan Williams11-234/+1155
2009-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+9
2009-09-02crypto: vmac - New hash algorithm for intel_txt supportShane Wang6-0/+720
2009-08-31crypto: api - Do not displace newly registered algorithmsHerbert Xu1-14/+63
2009-08-29async_tx: raid6 recovery self testDan Williams2-0/+242
2009-08-29async_tx: add support for asynchronous RAID6 recovery operationsDan Williams3-0/+454
2009-08-29async_tx: add support for asynchronous GF multiplicationDan Williams4-1/+394
2009-08-29async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams1-6/+7
2009-08-29async_tx: kill needless module_{init|exit}Dan Williams3-40/+3
2009-08-29async_tx: add sum check flagsDan Williams1-2/+2
2009-08-29crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testHerbert Xu1-2/+9
2009-08-29crypto: ansi_cprng - Fix module initializationSteffen Klassert1-8/+1
2009-08-20crypto: xcbc - Fix alignment calculation of xcbc_tfm_ctxSteffen Klassert1-3/+5
2009-08-20crypto: fips - Depend on ansi_cprngNeil Horman1-2/+6
2009-08-14crypto: blkcipher - Do not use eseqiv on stream ciphersHerbert Xu1-0/+6
2009-08-13crypto: ctr - Use chainiv on raw counter modeHerbert Xu1-0/+2
2009-08-13Revert crypto: fips - Select CPRNGHerbert Xu1-1/+0
2009-08-13crypto: rng - Fix typoChristian Kujau1-1/+1
2009-08-06crypto: cryptd - Add support to access underlaying shashHuang Ying1-0/+35
2009-08-06crypto: gcm - Use GHASH digest algorithmHuang Ying2-174/+408
2009-08-06crypto: ghash - Add GHASH digest algorithm for GCMHuang Ying3-0/+178
2009-08-05crypto: authenc - Convert to ahashSteffen Klassert1-69/+285
2009-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds1-1/+1
2009-07-24crypto: hmac - Prehash ipad/opadHerbert Xu1-46/+62
2009-07-24crypto: aes - Undefined behaviour in crypto_aes_expand_keyPhil Carmody1-2/+7
2009-07-24crypto: shash - Test for the algorithms import function before exporting itSteffen Klassert1-1/+1
2009-07-24crypto: ahash - Use GFP_KERNEL on allocation if the request can sleepSteffen Klassert1-2/+2
2009-07-22crypto: shash - Require all algorithms to support export/importHerbert Xu1-8/+11