aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: aes - Precompute tablesHerbert Xu2008-12-241-90/+1055
* crypto: testmgr - Correct comment about deflate parametersGeert Uytterhoeven2008-12-241-1/+1
* crypto: salsa20 - Remove private wrappers around various operationsHarvey Harrison2008-12-241-39/+36
* crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY setJarod Wilson2008-12-241-2/+3
* crypto: sha512 - Switch to shash Adrian-Ken Rueegsegger2008-12-242-54/+60
* crypto: sha512 - Move message schedule W[80] to static percpu areaAdrian-Ken Rueegsegger2008-12-241-8/+9
* crypto: michael_mic - Switch to shashAdrian-Ken Rueegsegger2008-12-242-32/+42
* crypto: wp512 - Switch to shashAdrian-Ken Rueegsegger2008-12-242-57/+66
* crypto: tgr192 - Switch to shashAdrian-Ken Rueegsegger2008-12-242-65/+72
* crypto: sha256 - Switch to shashAdrian-Ken Rueegsegger2008-12-242-49/+57
* crypto: md5 - Switch to shashAdrian-Ken Rueegsegger2008-12-242-23/+29
* crypto: md4 - Switch to shashAdrian-Ken Rueegsegger2008-12-242-24/+30
* crypto: sha1 - Switch to shashAdrian-Ken Rueegsegger2008-12-242-26/+32
* crypto: rmd320 - Switch to shashHerbert Xu2008-12-242-30/+33
* crypto: rmd256 - Switch to shashHerbert Xu2008-12-242-30/+33
* crypto: rmd160 - Switch to shashHerbert Xu2008-12-242-30/+33
* crypto: rmd128 - Switch to shashHerbert Xu2008-12-242-30/+33
* crypto: null - Switch to shashHerbert Xu2008-12-242-23/+42
* crypto: hash - Make setkey optionalHerbert Xu2008-12-242-1/+10
* crypto: testmgr - Validate output length in (de)compression testsGeert Uytterhoeven2008-12-241-0/+16
* crypto: remove uses of __constant_{endian} helpersHarvey Harrison2008-12-241-4/+4
* crypto: testmgr - Fix error flow of test_compIngo Molnar2008-12-241-1/+1
* crypto: ansi_cprng - fix inverted DT increment routineJarod Wilson2008-12-241-1/+1
* crypto: ansi_cprng - Avoid incorrect extra call to _get_more_prng_bytesJarod Wilson2008-12-241-6/+11
* crypto: md4 - Use ARRAY_SIZEJulia Lawall2008-12-241-2/+2
* libcrc32c: Move implementation to crypto crc32cHerbert Xu2008-12-242-5/+112
* crypto: crc32c - Test descriptor context formatHerbert Xu2008-12-241-1/+50
* crypto: crc32c - Switch to shashHerbert Xu2008-12-241-132/+53
* crypto: hash - Export shash through hashHerbert Xu2008-12-244-4/+134
* crypto: api - Call type show function before legacy for procHerbert Xu2008-12-241-7/+13
* crypto: hash - Add import/export interfaceHerbert Xu2008-12-242-0/+28
* crypto: hash - Export shash through ahashHerbert Xu2008-12-241-0/+143
* crypto: hash - Add shash interfaceHerbert Xu2008-12-242-0/+240
* crypto: api - Rebirth of crypto_alloc_tfmHerbert Xu2008-12-242-0/+110
* crypto: api - Move type exit function into crypto_tfmHerbert Xu2008-12-241-7/+6
* crypto: ansi_cprng - Allow resetting of DT valueNeil Horman2008-12-241-3/+13
* crypto: camellia - use kernel-provided bitops, unaligned accessHarvey Harrison2008-12-241-48/+36
* crypto: testmgr - Trigger a panic when self test fails in FIPS modeNeil Horman2008-12-241-1/+6
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2008-12-181-2/+9
|\
| * async_xor: dma_map destination DMA_BIDIRECTIONALDan Williams2008-12-081-2/+9
* | crypto: api - Disallow cryptomgr as a module if algorithms are built-inHerbert Xu2008-12-102-13/+41
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2008-10-201-18/+16
|\
| * async_tx: make async_tx_run_dependencies() easier to readDan Williams2008-09-131-18/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-10-1019-10053/+11914
|\ \ | |/ |/|
| * crypto: skcipher - Use RNG interface instead of get_random_bytesHerbert Xu2008-08-294-13/+75
| * crypto: rng - RNG interface and implementationNeil Horman2008-08-295-1/+628
| * crypto: api - Add fips_enable flagNeil Horman2008-08-295-0/+90
| * crypto: skcipher - Move IV generators into their own modulesHerbert Xu2008-08-294-35/+18
| * crypto: cryptomgr - Test ciphers using ECBHerbert Xu2008-08-292-50/+169
| * crypto: api - Use test infrastructureHerbert Xu2008-08-295-42/+259