aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-09-1127-1075/+2960
|\
| * crypto: vmac - New hash algorithm for intel_txt supportShane Wang2009-09-026-0/+720
| * crypto: api - Do not displace newly registered algorithmsHerbert Xu2009-08-311-14/+63
| * crypto: ansi_cprng - Fix module initializationSteffen Klassert2009-08-291-8/+1
| * crypto: xcbc - Fix alignment calculation of xcbc_tfm_ctxSteffen Klassert2009-08-201-3/+5
| * crypto: fips - Depend on ansi_cprngNeil Horman2009-08-201-2/+6
| * crypto: blkcipher - Do not use eseqiv on stream ciphersHerbert Xu2009-08-141-0/+6
| * crypto: ctr - Use chainiv on raw counter modeHerbert Xu2009-08-131-0/+2
| * Revert crypto: fips - Select CPRNGHerbert Xu2009-08-131-1/+0
| * crypto: rng - Fix typoChristian Kujau2009-08-131-1/+1
| * crypto: cryptd - Add support to access underlaying shashHuang Ying2009-08-061-0/+35
| * crypto: gcm - Use GHASH digest algorithmHuang Ying2009-08-062-174/+408
| * crypto: ghash - Add GHASH digest algorithm for GCMHuang Ying2009-08-063-0/+178
| * crypto: authenc - Convert to ahashSteffen Klassert2009-08-051-69/+285
| * crypto: hmac - Prehash ipad/opadHerbert Xu2009-07-241-46/+62
| * crypto: aes - Undefined behaviour in crypto_aes_expand_keyPhil Carmody2009-07-241-2/+7
| * crypto: shash - Test for the algorithms import function before exporting itSteffen Klassert2009-07-241-1/+1
| * crypto: ahash - Use GFP_KERNEL on allocation if the request can sleepSteffen Klassert2009-07-241-2/+2
| * crypto: shash - Require all algorithms to support export/importHerbert Xu2009-07-221-8/+11
| * crypto: sha512_generic - Use 64-bit countersHerbert Xu2009-07-221-17/+11
| * crypto: sha512 - Export struct sha512_stateHerbert Xu2009-07-221-13/+7
| * crypto: xcbc - Fix shash conversionHerbert Xu2009-07-221-91/+73
| * crypto: xcbc - Use crypto_xorHerbert Xu2009-07-221-16/+6
| * crypto: cryptd - Add finup/export/import for hashHerbert Xu2009-07-221-0/+40
| * crypto: shash - Fix async finup handling of null digestHerbert Xu2009-07-151-2/+7
| * crypto: ahash - Fix setkey crashHerbert Xu2009-07-151-4/+2
| * crypto: xcbc - Fix incorrect error value when creating instanceHerbert Xu2009-07-151-0/+1
| * crypto: hmac - Fix incorrect error value when creating instanceHerbert Xu2009-07-151-0/+1
| * crypto: cryptd - Fix uninitialized return valueSteffen Klassert2009-07-151-0/+2
| * crypto: ahash - Add unaligned handling and default operationsHerbert Xu2009-07-152-7/+249
| * crypto: ahash - Use GFP_KERNEL in unaligned setkeyHerbert Xu2009-07-141-1/+1
| * crypto: shash - Fix alignment in unaligned operationsHerbert Xu2009-07-141-2/+4
| * crypto: hash - Zap unaligned buffersHerbert Xu2009-07-142-5/+12
| * crypto: ahash - Remove old_ahash_algHerbert Xu2009-07-142-29/+0
| * crypto: cryptd - Switch to new style ahashHerbert Xu2009-07-141-27/+37
| * crypto: cryptd - Switch to template create APIHerbert Xu2009-07-142-27/+29
| * crypto: tcrypt - Add mask parameterHerbert Xu2009-07-141-3/+6
| * crypto: ahash - Add instance/spawn supportHerbert Xu2009-07-141-0/+72
| * crypto: ahash - Convert to new style algorithmsHerbert Xu2009-07-142-31/+59
| * crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu2009-07-143-10/+6
| * crypto: cryptd - Use crypto_ahash_set_reqsizeHerbert Xu2009-07-141-2/+3
| * crypto: cryptd - Use shash algorithmsHerbert Xu2009-07-141-80/+84
| * crypto: shash - Export async functionsHerbert Xu2009-07-141-20/+22
| * crypto: hash - Remove legacy hash/digest implementaionHerbert Xu2009-07-143-34/+3
| * crypto: authenc - Remove reference to crypto_hashHerbert Xu2009-07-141-5/+1
| * crypto: xcbc - Switch to shashHerbert Xu2009-07-141-148/+87
| * crypto: hmac - Switch to shashHerbert Xu2009-07-141-157/+114
| * crypto: shash - Make descsize a run-time attributeHerbert Xu2009-07-141-11/+28
| * crypto: shash - Move null setkey check to registration timeHerbert Xu2009-07-121-3/+8
| * crypto: sha256_generic - Add export/import supportHerbert Xu2009-07-111-12/+25