aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-25crypto: tgr192 - Switch to shashAdrian-Ken Rueegsegger2-65/+72
2008-12-25crypto: sha256 - Switch to shashAdrian-Ken Rueegsegger2-49/+57
2008-12-25crypto: md5 - Switch to shashAdrian-Ken Rueegsegger2-23/+29
2008-12-25crypto: md4 - Switch to shashAdrian-Ken Rueegsegger2-24/+30
2008-12-25crypto: sha1 - Switch to shashAdrian-Ken Rueegsegger2-26/+32
2008-12-25crypto: rmd320 - Switch to shashHerbert Xu2-30/+33
2008-12-25crypto: rmd256 - Switch to shashHerbert Xu2-30/+33
2008-12-25crypto: rmd160 - Switch to shashHerbert Xu2-30/+33
2008-12-25crypto: rmd128 - Switch to shashHerbert Xu2-30/+33
2008-12-25crypto: null - Switch to shashHerbert Xu2-23/+42
2008-12-25crypto: hash - Make setkey optionalHerbert Xu2-1/+10
2008-12-25crypto: testmgr - Validate output length in (de)compression testsGeert Uytterhoeven1-0/+16
2008-12-25crypto: remove uses of __constant_{endian} helpersHarvey Harrison1-4/+4
2008-12-25crypto: testmgr - Fix error flow of test_compIngo Molnar1-1/+1
2008-12-25crypto: ansi_cprng - fix inverted DT increment routineJarod Wilson1-1/+1
2008-12-25crypto: ansi_cprng - Avoid incorrect extra call to _get_more_prng_bytesJarod Wilson1-6/+11
2008-12-25crypto: md4 - Use ARRAY_SIZEJulia Lawall1-2/+2
2008-12-25libcrc32c: Move implementation to crypto crc32cHerbert Xu2-5/+112
2008-12-25crypto: crc32c - Test descriptor context formatHerbert Xu1-1/+50
2008-12-25crypto: crc32c - Switch to shashHerbert Xu1-132/+53
2008-12-25crypto: hash - Export shash through hashHerbert Xu4-4/+134
2008-12-25crypto: api - Call type show function before legacy for procHerbert Xu1-7/+13
2008-12-25crypto: hash - Add import/export interfaceHerbert Xu2-0/+28
2008-12-25crypto: hash - Export shash through ahashHerbert Xu1-0/+143
2008-12-25crypto: hash - Add shash interfaceHerbert Xu2-0/+240
2008-12-25crypto: api - Rebirth of crypto_alloc_tfmHerbert Xu2-0/+110
2008-12-25crypto: api - Move type exit function into crypto_tfmHerbert Xu1-7/+6
2008-12-25crypto: ansi_cprng - Allow resetting of DT valueNeil Horman1-3/+13
2008-12-25crypto: camellia - use kernel-provided bitops, unaligned accessHarvey Harrison1-48/+36
2008-12-25crypto: testmgr - Trigger a panic when self test fails in FIPS modeNeil Horman1-1/+6
2008-12-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds1-2/+9
2008-12-10crypto: api - Disallow cryptomgr as a module if algorithms are built-inHerbert Xu2-13/+41
2008-12-08async_xor: dma_map destination DMA_BIDIRECTIONALDan Williams1-2/+9
2008-10-20Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds1-18/+16
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds19-10053/+11914
2008-09-13async_tx: make async_tx_run_dependencies() easier to readDan Williams1-18/+16
2008-09-08Revert "crypto: camellia - Use kernel-provided bitops, unaligned access helpers"Herbert Xu1-36/+48
2008-09-05async_tx: fix the bug in async_tx_run_dependenciesYuri Tikhonov1-1/+2
2008-08-29crypto: skcipher - Use RNG interface instead of get_random_bytesHerbert Xu4-13/+75
2008-08-29crypto: rng - RNG interface and implementationNeil Horman5-1/+628
2008-08-29crypto: api - Add fips_enable flagNeil Horman5-0/+90
2008-08-29crypto: skcipher - Move IV generators into their own modulesHerbert Xu4-35/+18
2008-08-29crypto: cryptomgr - Test ciphers using ECBHerbert Xu2-50/+169
2008-08-29crypto: api - Use test infrastructureHerbert Xu5-42/+259
2008-08-29crypto: cryptomgr - Add test infrastructureHerbert Xu8-10413/+10525
2008-08-29crypto: tcrypt - Add alg_test interfaceHerbert Xu1-438/+1017
2008-08-29crypto: tcrypt - Abort and only log if there is an errorHerbert Xu1-146/+200
2008-08-29crypto: crc32c - Use Intel CRC32 instructionAustin Zhang1-0/+12
2008-08-29crypto: tcrypt - Avoid using contiguous pagesHerbert Xu2-155/+157
2008-08-29crypto: api - Display larval objects properlyHerbert Xu1-2/+5
2008-08-29crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookupHerbert Xu3-8/+6
2008-08-29crypto: Kconfig - Replace leading spaces with tabsAdrian Bunk1-39/+42
2008-08-23crypto: authenc - Avoid using clobbered request pointerHerbert Xu1-4/+6
2008-08-13crypto: hash - Fix digest size check for digest typeHerbert Xu1-1/+1
2008-08-13crypto: tcrypt - Fix AEAD chunk testingHerbert Xu1-9/+19
2008-08-05async_tx: fix missing braces in async_xor_zero_sumDan Williams1-1/+2
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds4-178/+141
2008-07-17async_tx: remove depend_tx from async_tx_sync_epilogDan Williams4-7/+6
2008-07-17async_tx: export async_tx_quiesceDan Williams4-62/+24
2008-07-17async_tx: fix handling of the "out of descriptor" condition in async_xorDan Williams1-6/+26