aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: vmac - New hash algorithm for intel_txt supportShane Wang2009-09-027-0/+781
* 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: talitos - add support for 36 bit addressingKim Phillips2009-08-132-29/+41
* crypto: talitos - align locks on cache linesKim Phillips2009-08-131-83/+58
* crypto: talitos - simplify hmac data size calculationKim Phillips2009-08-131-5/+3
* crypto: mv_cesa - Add support for Orion5X crypto engineSebastian Andrzej Siewior2009-08-104-0/+739
* crypto: cryptd - Add support to access underlaying shashHuang Ying2009-08-062-0/+52
* 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: api - Fix aligned ctx helperHerbert Xu2009-07-241-6/+2
* 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-s390 - Add export/import supportHerbert Xu2009-07-221-0/+36
* crypto: sha512_generic - Use 64-bit countersHerbert Xu2009-07-222-20/+14
* crypto: sha512 - Export struct sha512_stateHerbert Xu2009-07-222-13/+13
* 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: s390 - Fix sha build failureSachin Sant2009-07-162-2/+2
* crypto: padlock - Fix hashing of partial blocksHerbert Xu2009-07-161-0/+2
* crypto: shash - Fix async finup handling of null digestHerbert Xu2009-07-151-2/+7
* crypto: shash - Fix digest size offsetHerbert Xu2009-07-151-1/+2
* crypto: ahash - Fix setkey crashHerbert Xu2009-07-151-4/+2
* crypto: padlock - Fix compile error on i386Herbert Xu2009-07-151-2/+4
* 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: crypto4xx - Disable SHA implementationHerbert Xu2009-07-151-19/+0
* crypto: ahash - Add unaligned handling and default operationsHerbert Xu2009-07-154-22/+263
* 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-145-53/+1
* crypto: crypto4xx - Switch to new style ahashHerbert Xu2009-07-143-39/+77
* crypto: cryptd - Switch to new style ahashHerbert Xu2009-07-141-27/+37
* crypto: cryptd - Switch to template create APIHerbert Xu2009-07-143-27/+32
* crypto: hash - Add helpers to free spawnsHerbert Xu2009-07-141-0/+10
* crypto: tcrypt - Add mask parameterHerbert Xu2009-07-141-3/+6
* crypto: ahash - Add instance/spawn supportHerbert Xu2009-07-142-0/+123