aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
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-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
2009-07-22crypto: sha512_generic - Use 64-bit countersHerbert Xu1-17/+11
2009-07-22crypto: sha512 - Export struct sha512_stateHerbert Xu1-13/+7
2009-07-22crypto: xcbc - Fix shash conversionHerbert Xu1-91/+73
2009-07-22crypto: xcbc - Use crypto_xorHerbert Xu1-16/+6
2009-07-22crypto: cryptd - Add finup/export/import for hashHerbert Xu1-0/+40
2009-07-15crypto: shash - Fix async finup handling of null digestHerbert Xu1-2/+7
2009-07-15crypto: ahash - Fix setkey crashHerbert Xu1-4/+2
2009-07-15crypto: xcbc - Fix incorrect error value when creating instanceHerbert Xu1-0/+1
2009-07-15crypto: hmac - Fix incorrect error value when creating instanceHerbert Xu1-0/+1
2009-07-15crypto: cryptd - Fix uninitialized return valueSteffen Klassert1-0/+2
2009-07-15crypto: ahash - Add unaligned handling and default operationsHerbert Xu2-7/+249
2009-07-14crypto: ahash - Use GFP_KERNEL in unaligned setkeyHerbert Xu1-1/+1
2009-07-14crypto: shash - Fix alignment in unaligned operationsHerbert Xu1-2/+4
2009-07-14crypto: hash - Zap unaligned buffersHerbert Xu2-5/+12
2009-07-14crypto: ahash - Remove old_ahash_algHerbert Xu2-29/+0
2009-07-14crypto: cryptd - Switch to new style ahashHerbert Xu1-27/+37
2009-07-14crypto: cryptd - Switch to template create APIHerbert Xu2-27/+29
2009-07-14crypto: tcrypt - Add mask parameterHerbert Xu1-3/+6
2009-07-14crypto: ahash - Add instance/spawn supportHerbert Xu1-0/+72
2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu2-31/+59
2009-07-14crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu3-10/+6
2009-07-14crypto: cryptd - Use crypto_ahash_set_reqsizeHerbert Xu1-2/+3
2009-07-14crypto: cryptd - Use shash algorithmsHerbert Xu1-80/+84
2009-07-14crypto: shash - Export async functionsHerbert Xu1-20/+22
2009-07-14crypto: hash - Remove legacy hash/digest implementaionHerbert Xu3-34/+3
2009-07-14crypto: authenc - Remove reference to crypto_hashHerbert Xu1-5/+1
2009-07-14crypto: xcbc - Switch to shashHerbert Xu1-148/+87
2009-07-14crypto: hmac - Switch to shashHerbert Xu1-157/+114
2009-07-14crypto: shash - Make descsize a run-time attributeHerbert Xu1-11/+28
2009-07-12crypto: shash - Move null setkey check to registration timeHerbert Xu1-3/+8
2009-07-11crypto: sha256_generic - Add export/import supportHerbert Xu1-12/+25
2009-07-11crypto: sha256_generic - Use 64-bit counter like sha1Herbert Xu1-35/+30
2009-07-11crypto: sha1_generic - Add export/import supportHerbert Xu1-16/+25
2009-07-11crypto: shash - Move finup/digest null checks to registration timeHerbert Xu1-4/+6
2009-07-11crypto: shash - Export/import hash state onlyHerbert Xu1-11/+14
2009-07-09crypto: api - Fix crypto_drop_spawn crash on blank spawnsHerbert Xu1-0/+3
2009-07-08crypto: shash - Propagate reinit return valueHerbert Xu1-1/+1
2009-07-08crypto: shash - Use finup in default digestHerbert Xu1-2/+1
2009-07-08crypto: shash - Add shash_register_instanceHerbert Xu1-1/+25
2009-07-08crypto: shash - Add shash_attr_alg2 helperHerbert Xu1-0/+10
2009-07-08crypto: api - Add crypto_attr_alg2 helperHerbert Xu3-12/+30
2009-07-08crypto: shash - Add spawn supportHerbert Xu1-0/+9
2009-07-08crypto: api - Add new style spawn supportHerbert Xu1-3/+52
2009-07-08crypto: shash - Add shash_instanceHerbert Xu1-0/+7
2009-07-07crypto: api - Add crypto_alloc_instance2Herbert Xu1-6/+31
2009-07-07crypto: api - Add new template create functionHerbert Xu1-0/+5
2009-07-03crypto: ansi_prng - alloc cipher just in initSebastian Andrzej Siewior1-17/+8
2009-07-03crypto: ansi_prng - Use just a BH lockSebastian Andrzej Siewior1-5/+4
2009-07-02crypto: testmgr - Allow implementation-specific testsHerbert Xu1-4/+13
2009-07-01dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMADan Williams1-1/+1
2009-06-25crypto: skcipher - Change default sync geniv on SMP to eseqivHerbert Xu1-1/+19
2009-06-25crypto: skcipher - Fix request for sync algorithmsHerbert Xu1-1/+2
2009-06-24crypto: testmgr - Remove hash size checkHerbert Xu1-4/+0
2009-06-21crypto: fips - Select CPRNGNeil Horman1-0/+1
2009-06-19crypto: tcrypt - Fix module return code when testing by nameHerbert Xu1-1/+1
2009-06-19crypto: ansi_cprng - Do not select FIPSHerbert Xu1-1/+0
2009-06-19crypto: tcrypt - Test algorithms by nameSteffen Klassert1-1/+14
2009-06-18random: Add optional continuous repetition test to entropy store based rngsNeil Horman1-6/+1
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum10-233/+1149
2009-06-15crypto: don't track xor test pages with kmemcheckVegard Nossum1-1/+6
2009-06-03async_xor: permit callers to pass in a 'dma/page scribble' regionDan Williams1-31/+29
2009-06-03async_tx: structify submission arguments, add scribbleDan Williams4-114/+111
2009-06-03async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams4-8/+6
2009-06-02crypto: api - Use formatting of module nameAlex Riesen1-6/+3
2009-06-02crypto: testmgr - Allow hash test vectors longer than a pageHerbert Xu1-3/+8
2009-06-02crypto: testmgr - Check all test vector lengthsHerbert Xu1-0/+25
2009-06-02crypto: tcrypt - Do not exit on success in fips modeJarod Wilson1-74/+90
2009-06-02crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final}Geert Uytterhoeven2-59/+82
2009-06-02crypto: testmgr - Skip algs not flagged fips_allowed in fips modeJarod Wilson1-0/+8
2009-06-02crypto: testmgr - Mark algs allowed in fips modeJarod Wilson1-0/+23
2009-06-02crypto: testmgr - Add ctr(aes) test vectorsJarod Wilson3-7/+183
2009-06-02crypto: testmgr - Dynamically allocate xbuf and axbufHerbert Xu3-68/+61
2009-06-02crypto: testmgr - Print self-test pass notices in fips modeJarod Wilson1-0/+4
2009-06-02crypto: testmgr - Catch base cipher self-test failures in fips modeJarod Wilson1-1/+3
2009-06-02crypto: testmgr - Add ansi_cprng test vectorsJarod Wilson3-0/+109
2009-06-02crypto: testmgr - Add infrastructure for ansi_cprng self-testsJarod Wilson2-0/+101
2009-06-02crypto: testmgr - Add self-tests for rfc4309(ccm(aes))Jarod Wilson3-0/+389
2009-06-02crypto: testmgr - Handle AEAD test vectors expected to fail verificationJarod Wilson2-0/+29
2009-06-02crypto: pcomp - pcompress.c should include crypto/internal/compress.hGeert Uytterhoeven1-0/+1