aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2014-05-20crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman1-2/+2
2014-05-20crypto: api - Fix race condition in larval lookupNikola Pajkovsky1-1/+6
2013-06-10crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...Jussi Kivilinna1-3/+8
2012-10-09crypto: sha512 - Fix byte counter overflow in SHA-512Kent Yoder1-1/+1
2012-03-05crypto: sha512 - use standard ror64()Alexey Dobriyan1-9/+4
2012-03-05crypto: sha512 - Avoid stack bloat on i386Herbert Xu1-36/+32
2012-03-05crypto: sha512 - Use binary and instead of modulusHerbert Xu1-2/+2
2012-02-03crypto: sha512 - reduce stack usage to safe numberAlexey Dobriyan1-24/+34
2012-02-03crypto: sha512 - make it work, undo percpu message scheduleAlexey Dobriyan1-5/+1
2011-08-17crypto: Move md5_transform to lib/md5.cDavid S. Miller1-91/+1
2010-08-27crypto: testmgr - Fix complain about lack test for internal used algorithmSong Youquan1-0/+84
2010-05-27crypto: authenc - Add EINPROGRESS checkHerbert Xu1-5/+11
2010-05-13raid6: fix recovery performance regressionDan Williams1-8/+13
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-34/+73
2009-11-19async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams3-6/+28
2009-11-16crypto: gcm - fix another complete call in complete fuctionHuang Ying1-34/+73
2009-10-31Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds3-65/+113
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-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-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
2009-06-02crypto: testmgr - Kill test_comp() sparse warningsGeert Uytterhoeven1-2/+4
2009-06-02crypto: aes-ni - Add support for more modesHuang Ying1-0/+5
2009-06-02crypto: fpu - Add template for blkcipher touching FPUHuang Ying1-0/+5
2009-06-02crypto: cryptd - Use nivcipher in cryptd_alloc_ablkcipher Huang Ying1-5/+9
2009-06-02crypto: api - Use kzfreeJohannes Weiner1-4/+1
2009-06-02crypto: tcrypt - Reduce stack sizeFrank Seidel1-7/+9
2009-05-31crypto: hash - Fix handling of sg entry that crosses page boundaryHerbert Xu1-3/+4
2009-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-2/+4
2009-04-21crypto: api - Fix algorithm module auto-loadingHerbert Xu1-1/+2
2009-04-15crypto: eseqiv - Fix IV generation for sync algorithmsSteffen Klassert1-1/+2
2009-04-08async_tx: rename zero_sum to valDan Williams1-8/+8
2009-04-08Merge branch 'dmaengine' into async-tx-raid6Dan Williams2-8/+5
2009-04-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2-8/+5
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+3
2009-04-03Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-1/+1
2009-03-31md: move lots of #include lines out of .h files and into .cNeilBrown1-1/+1
2009-03-27crypto: shash - Fix unaligned calculation with short lengthYehuda Sadeh1-0/+3
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds20-144/+1130
2009-03-25dmaengine: allow dma support for async_tx to be toggledDan Williams1-3/+3
2009-03-25async_tx: provide __async_inline for HAS_DMA=n archsDan Williams1-5/+2
2009-03-04crypto: testmgr - add zlib testGeert Uytterhoeven4-1/+158
2009-03-04crypto: zlib - New zlib crypto module, using pcompGeert Uytterhoeven3-0/+388
2009-03-04crypto: testmgr - Add support for the pcomp interfaceGeert Uytterhoeven2-0/+193
2009-03-04crypto: compress - Add pcomp interfaceGeert Uytterhoeven3-0/+103
2009-03-04crypto: Fix dead linksAdrian-Ken Rueegsegger2-2/+2
2009-02-26crypto: api - Fix module load deadlock with fallback algorithmsHerbert Xu1-2/+13
2009-02-19crypto: ahash - Fix digest size in /proc/cryptoLee Nipper1-1/+1
2009-02-19crypto: chainiv - Use kcrypto_wq instead of keventd_wqHuang Ying2-1/+3
2009-02-19crypto: cryptd - Per-CPU thread implementation based on kcrypto_wqHuang Ying2-117/+104
2009-02-19crypto: api - Use dedicated workqueue for crypto subsystemHuang Ying3-0/+43
2009-02-18crypto: testmgr - Test skciphers with no IVsHerbert Xu1-4/+16
2009-02-18crypto: aead - Avoid infinite loop when nivaead fails selftestHerbert Xu1-0/+16
2009-02-18crypto: skcipher - Avoid infinite loop when cipher fails selftestHerbert Xu2-1/+20
2009-02-18crypto: api - Fix crypto_alloc_tfm/create_create_tfm return conventionHerbert Xu3-23/+16
2009-02-18crypto: api - crypto_alg_mod_lookup either tested or untestedHerbert Xu1-1/+1
2009-02-18crypto: ansi_cprng - Panic on CPRNG test failure when in FIPS mode Neil Horman1-0/+6
2009-02-18crypto: ansi_cprng - Force reset on allocationNeil Horman1-1/+10
2009-02-18crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platformHuang Ying1-0/+25
2009-02-18crypto: cryptd - Add support to access underlying blkcipherHuang Ying1-0/+35
2009-02-18crypto: shash - Remove superfluous check in init_tfmHerbert Xu1-2/+0
2009-02-17crypto: lrw - Fix big endian supportHerbert Xu1-1/+7
2009-02-09crypto: scatterwalk - Avoid flush_dcache_page on slab pagesHerbert Xu1-1/+2
2009-02-05crypto: api - Fix zeroing on freeHerbert Xu1-10/+10
2009-02-05crypto: shash - Fix module refcountAdrian-Ken Rueegsegger1-1/+6
2009-01-28crypto: api - Fix algorithm test race that broke aead initialisationHerbert Xu1-1/+5
2009-01-27crypto: ccm - Fix handling of null assoc dataJarod Wilson1-0/+2
2009-01-27crypto: blkcipher - Fix WARN_ON handling in walk_doneHerbert Xu1-1/+1
2009-01-15crypto: authenc - Fix zero-length IV crashHerbert Xu1-9/+15
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams1-113/+2
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams1-12/+0
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams1-142/+4
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams1-4/+0
2009-01-05dmaengine: remove dependency on async_txDan Williams1-75/+0
2008-12-25crypto: aes - Precompute tablesHerbert Xu1-90/+1055
2008-12-25crypto: testmgr - Correct comment about deflate parametersGeert Uytterhoeven1-1/+1
2008-12-25crypto: salsa20 - Remove private wrappers around various operationsHarvey Harrison1-39/+36
2008-12-25crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY setJarod Wilson1-2/+3
2008-12-25crypto: sha512 - Switch to shash Adrian-Ken Rueegsegger2-54/+60
2008-12-25crypto: sha512 - Move message schedule W[80] to static percpu areaAdrian-Ken Rueegsegger1-8/+9
2008-12-25crypto: michael_mic - Switch to shashAdrian-Ken Rueegsegger2-32/+42
2008-12-25crypto: wp512 - Switch to shashAdrian-Ken Rueegsegger2-57/+66