aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getGravatar Dan Williams 1-113/+2
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationGravatar Dan Williams 1-12/+0
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelGravatar Dan Williams 1-142/+4
2009-01-06dmaengine: up-level reference counting to the module levelGravatar Dan Williams 1-4/+0
2009-01-05dmaengine: remove dependency on async_txGravatar Dan Williams 1-75/+0
2008-12-25crypto: aes - Precompute tablesGravatar Herbert Xu 1-90/+1055
2008-12-25crypto: testmgr - Correct comment about deflate parametersGravatar Geert Uytterhoeven 1-1/+1
2008-12-25crypto: salsa20 - Remove private wrappers around various operationsGravatar Harvey Harrison 1-39/+36
2008-12-25crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY setGravatar Jarod Wilson 1-2/+3
2008-12-25crypto: sha512 - Switch to shash Gravatar Adrian-Ken Rueegsegger 2-54/+60
2008-12-25crypto: sha512 - Move message schedule W[80] to static percpu areaGravatar Adrian-Ken Rueegsegger 1-8/+9
2008-12-25crypto: michael_mic - Switch to shashGravatar Adrian-Ken Rueegsegger 2-32/+42
2008-12-25crypto: wp512 - Switch to shashGravatar Adrian-Ken Rueegsegger 2-57/+66
2008-12-25crypto: tgr192 - Switch to shashGravatar Adrian-Ken Rueegsegger 2-65/+72
2008-12-25crypto: sha256 - Switch to shashGravatar Adrian-Ken Rueegsegger 2-49/+57
2008-12-25crypto: md5 - Switch to shashGravatar Adrian-Ken Rueegsegger 2-23/+29
2008-12-25crypto: md4 - Switch to shashGravatar Adrian-Ken Rueegsegger 2-24/+30
2008-12-25crypto: sha1 - Switch to shashGravatar Adrian-Ken Rueegsegger 2-26/+32
2008-12-25crypto: rmd320 - Switch to shashGravatar Herbert Xu 2-30/+33
2008-12-25crypto: rmd256 - Switch to shashGravatar Herbert Xu 2-30/+33
2008-12-25crypto: rmd160 - Switch to shashGravatar Herbert Xu 2-30/+33
2008-12-25crypto: rmd128 - Switch to shashGravatar Herbert Xu 2-30/+33
2008-12-25crypto: null - Switch to shashGravatar Herbert Xu 2-23/+42
2008-12-25crypto: hash - Make setkey optionalGravatar Herbert Xu 2-1/+10
2008-12-25crypto: testmgr - Validate output length in (de)compression testsGravatar Geert Uytterhoeven 1-0/+16
2008-12-25crypto: remove uses of __constant_{endian} helpersGravatar Harvey Harrison 1-4/+4
2008-12-25crypto: testmgr - Fix error flow of test_compGravatar Ingo Molnar 1-1/+1
2008-12-25crypto: ansi_cprng - fix inverted DT increment routineGravatar Jarod Wilson 1-1/+1
2008-12-25crypto: ansi_cprng - Avoid incorrect extra call to _get_more_prng_bytesGravatar Jarod Wilson 1-6/+11
2008-12-25crypto: md4 - Use ARRAY_SIZEGravatar Julia Lawall 1-2/+2
2008-12-25libcrc32c: Move implementation to crypto crc32cGravatar Herbert Xu 2-5/+112
2008-12-25crypto: crc32c - Test descriptor context formatGravatar Herbert Xu 1-1/+50
2008-12-25crypto: crc32c - Switch to shashGravatar Herbert Xu 1-132/+53
2008-12-25crypto: hash - Export shash through hashGravatar Herbert Xu 4-4/+134
2008-12-25crypto: api - Call type show function before legacy for procGravatar Herbert Xu 1-7/+13
2008-12-25crypto: hash - Add import/export interfaceGravatar Herbert Xu 2-0/+28
2008-12-25crypto: hash - Export shash through ahashGravatar Herbert Xu 1-0/+143
2008-12-25crypto: hash - Add shash interfaceGravatar Herbert Xu 2-0/+240
2008-12-25crypto: api - Rebirth of crypto_alloc_tfmGravatar Herbert Xu 2-0/+110
2008-12-25crypto: api - Move type exit function into crypto_tfmGravatar Herbert Xu 1-7/+6
2008-12-25crypto: ansi_cprng - Allow resetting of DT valueGravatar Neil Horman 1-3/+13
2008-12-25crypto: camellia - use kernel-provided bitops, unaligned accessGravatar Harvey Harrison 1-48/+36
2008-12-25crypto: testmgr - Trigger a panic when self test fails in FIPS modeGravatar Neil Horman 1-1/+6
2008-12-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Gravatar Linus Torvalds 1-2/+9
2008-12-10crypto: api - Disallow cryptomgr as a module if algorithms are built-inGravatar Herbert Xu 2-13/+41
2008-12-08async_xor: dma_map destination DMA_BIDIRECTIONALGravatar Dan Williams 1-2/+9
2008-10-20Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Gravatar Linus Torvalds 1-18/+16
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 19-10053/+11914
2008-09-13async_tx: make async_tx_run_dependencies() easier to readGravatar Dan Williams 1-18/+16
2008-09-08Revert "crypto: camellia - Use kernel-provided bitops, unaligned access helpers"Gravatar Herbert Xu 1-36/+48