summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: ahash - Fix digest size in /proc/cryptoLee Nipper2009-02-191-1/+1
* crypto: lrw - Fix big endian supportHerbert Xu2009-02-171-1/+7
* crypto: scatterwalk - Avoid flush_dcache_page on slab pagesHerbert Xu2009-02-091-1/+2
* crypto: api - Fix zeroing on freeHerbert Xu2009-02-051-10/+10
* crypto: shash - Fix module refcountAdrian-Ken Rueegsegger2009-02-051-1/+6
* crypto: api - Fix algorithm test race that broke aead initialisationHerbert Xu2009-01-281-1/+5
* crypto: ccm - Fix handling of null assoc dataJarod Wilson2009-01-271-0/+2
* crypto: blkcipher - Fix WARN_ON handling in walk_doneHerbert Xu2009-01-271-1/+1
* crypto: authenc - Fix zero-length IV crashHerbert Xu2009-01-151-9/+15
* dmaengine: replace dma_async_client_register with dmaengine_getDan Williams2009-01-061-113/+2
* dmaengine: provide a common 'issue_pending_all' implementationDan Williams2009-01-061-12/+0
* dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams2009-01-061-142/+4
* dmaengine: up-level reference counting to the module levelDan Williams2009-01-061-4/+0
* dmaengine: remove dependency on async_txDan Williams2009-01-051-75/+0
* crypto: aes - Precompute tablesHerbert Xu2008-12-251-90/+1055
* crypto: testmgr - Correct comment about deflate parametersGeert Uytterhoeven2008-12-251-1/+1
* crypto: salsa20 - Remove private wrappers around various operationsHarvey Harrison2008-12-251-39/+36
* crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY setJarod Wilson2008-12-251-2/+3
* crypto: sha512 - Switch to shash Adrian-Ken Rueegsegger2008-12-252-54/+60
* crypto: sha512 - Move message schedule W[80] to static percpu areaAdrian-Ken Rueegsegger2008-12-251-8/+9
* crypto: michael_mic - Switch to shashAdrian-Ken Rueegsegger2008-12-252-32/+42
* crypto: wp512 - Switch to shashAdrian-Ken Rueegsegger2008-12-252-57/+66
* crypto: tgr192 - Switch to shashAdrian-Ken Rueegsegger2008-12-252-65/+72
* crypto: sha256 - Switch to shashAdrian-Ken Rueegsegger2008-12-252-49/+57
* crypto: md5 - Switch to shashAdrian-Ken Rueegsegger2008-12-252-23/+29
* crypto: md4 - Switch to shashAdrian-Ken Rueegsegger2008-12-252-24/+30
* crypto: sha1 - Switch to shashAdrian-Ken Rueegsegger2008-12-252-26/+32
* crypto: rmd320 - Switch to shashHerbert Xu2008-12-252-30/+33
* crypto: rmd256 - Switch to shashHerbert Xu2008-12-252-30/+33
* crypto: rmd160 - Switch to shashHerbert Xu2008-12-252-30/+33
* crypto: rmd128 - Switch to shashHerbert Xu2008-12-252-30/+33
* crypto: null - Switch to shashHerbert Xu2008-12-252-23/+42
* crypto: hash - Make setkey optionalHerbert Xu2008-12-252-1/+10
* crypto: testmgr - Validate output length in (de)compression testsGeert Uytterhoeven2008-12-251-0/+16
* crypto: remove uses of __constant_{endian} helpersHarvey Harrison2008-12-251-4/+4
* crypto: testmgr - Fix error flow of test_compIngo Molnar2008-12-251-1/+1
* crypto: ansi_cprng - fix inverted DT increment routineJarod Wilson2008-12-251-1/+1
* crypto: ansi_cprng - Avoid incorrect extra call to _get_more_prng_bytesJarod Wilson2008-12-251-6/+11
* crypto: md4 - Use ARRAY_SIZEJulia Lawall2008-12-251-2/+2
* libcrc32c: Move implementation to crypto crc32cHerbert Xu2008-12-252-5/+112
* crypto: crc32c - Test descriptor context formatHerbert Xu2008-12-251-1/+50
* crypto: crc32c - Switch to shashHerbert Xu2008-12-251-132/+53
* crypto: hash - Export shash through hashHerbert Xu2008-12-254-4/+134
* crypto: api - Call type show function before legacy for procHerbert Xu2008-12-251-7/+13
* crypto: hash - Add import/export interfaceHerbert Xu2008-12-252-0/+28
* crypto: hash - Export shash through ahashHerbert Xu2008-12-251-0/+143
* crypto: hash - Add shash interfaceHerbert Xu2008-12-252-0/+240
* crypto: api - Rebirth of crypto_alloc_tfmHerbert Xu2008-12-252-0/+110
* crypto: api - Move type exit function into crypto_tfmHerbert Xu2008-12-251-7/+6
* crypto: ansi_cprng - Allow resetting of DT valueNeil Horman2008-12-251-3/+13