aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2009-02-26crypto: api - Fix module load deadlock with fallback algorithmsHerbert Xu
2009-02-19crypto: ahash - Fix digest size in /proc/cryptoLee Nipper
2009-02-17crypto: lrw - Fix big endian supportHerbert Xu
2009-02-09crypto: scatterwalk - Avoid flush_dcache_page on slab pagesHerbert Xu
2009-02-05crypto: api - Fix zeroing on freeHerbert Xu
2009-02-05crypto: shash - Fix module refcountAdrian-Ken Rueegsegger
2009-01-28crypto: api - Fix algorithm test race that broke aead initialisationHerbert Xu
2009-01-27crypto: ccm - Fix handling of null assoc dataJarod Wilson
2009-01-27crypto: blkcipher - Fix WARN_ON handling in walk_doneHerbert Xu
2009-01-15crypto: authenc - Fix zero-length IV crashHerbert Xu
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams
2009-01-05dmaengine: remove dependency on async_txDan Williams
2008-12-25crypto: aes - Precompute tablesHerbert Xu
2008-12-25crypto: testmgr - Correct comment about deflate parametersGeert Uytterhoeven
2008-12-25crypto: salsa20 - Remove private wrappers around various operationsHarvey Harrison
2008-12-25crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY setJarod Wilson
2008-12-25crypto: sha512 - Switch to shash Adrian-Ken Rueegsegger
2008-12-25crypto: sha512 - Move message schedule W[80] to static percpu areaAdrian-Ken Rueegsegger
2008-12-25crypto: michael_mic - Switch to shashAdrian-Ken Rueegsegger
2008-12-25crypto: wp512 - Switch to shashAdrian-Ken Rueegsegger
2008-12-25crypto: tgr192 - Switch to shashAdrian-Ken Rueegsegger
2008-12-25crypto: sha256 - Switch to shashAdrian-Ken Rueegsegger
2008-12-25crypto: md5 - Switch to shashAdrian-Ken Rueegsegger
2008-12-25crypto: md4 - Switch to shashAdrian-Ken Rueegsegger
2008-12-25crypto: sha1 - Switch to shashAdrian-Ken Rueegsegger
2008-12-25crypto: rmd320 - Switch to shashHerbert Xu
2008-12-25crypto: rmd256 - Switch to shashHerbert Xu
2008-12-25crypto: rmd160 - Switch to shashHerbert Xu
2008-12-25crypto: rmd128 - Switch to shashHerbert Xu
2008-12-25crypto: null - Switch to shashHerbert Xu
2008-12-25crypto: hash - Make setkey optionalHerbert Xu
2008-12-25crypto: testmgr - Validate output length in (de)compression testsGeert Uytterhoeven
2008-12-25crypto: remove uses of __constant_{endian} helpersHarvey Harrison
2008-12-25crypto: testmgr - Fix error flow of test_compIngo Molnar
2008-12-25crypto: ansi_cprng - fix inverted DT increment routineJarod Wilson
2008-12-25crypto: ansi_cprng - Avoid incorrect extra call to _get_more_prng_bytesJarod Wilson
2008-12-25crypto: md4 - Use ARRAY_SIZEJulia Lawall
2008-12-25libcrc32c: Move implementation to crypto crc32cHerbert Xu
2008-12-25crypto: crc32c - Test descriptor context formatHerbert Xu
2008-12-25crypto: crc32c - Switch to shashHerbert Xu
2008-12-25crypto: hash - Export shash through hashHerbert Xu
2008-12-25crypto: api - Call type show function before legacy for procHerbert Xu
2008-12-25crypto: hash - Add import/export interfaceHerbert Xu
2008-12-25crypto: hash - Export shash through ahashHerbert Xu
2008-12-25crypto: hash - Add shash interfaceHerbert Xu
2008-12-25crypto: api - Rebirth of crypto_alloc_tfmHerbert Xu
2008-12-25crypto: api - Move type exit function into crypto_tfmHerbert Xu