summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: ahash - Convert to new style algorithmsHerbert Xu2009-07-145-91/+148
* crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu2009-07-144-14/+8
* crypto: crypto4xx - Use crypto_ahash_set_reqsizeHerbert Xu2009-07-142-2/+4
* crypto: cryptd - Use crypto_ahash_set_reqsizeHerbert Xu2009-07-141-2/+3
* crypto: ahash - Add crypto_ahash_set_reqsizeHerbert Xu2009-07-141-0/+6
* crypto: cryptd - Use shash algorithmsHerbert Xu2009-07-141-80/+84
* crypto: shash - Export async functionsHerbert Xu2009-07-142-20/+25
* 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: padlock - Switch sha to shashHerbert Xu2009-07-142-179/+156
* crypto: shash - Make descsize a run-time attributeHerbert Xu2009-07-143-13/+31
* crypto: async - Use kzfree for requestsHerbert Xu2009-07-122-3/+3
* crypto: shash - Move null setkey check to registration timeHerbert Xu2009-07-121-3/+8
* crypto: padlock - Use shash fallback for shaHerbert Xu2009-07-111-30/+52
* crypto: sha256-s390 - Add export/import supportHerbert Xu2009-07-111-0/+26
* crypto: sha1-s390 - Add export/import supportHerbert Xu2009-07-111-0/+26
* crypto: sha256_generic - Add export/import supportHerbert Xu2009-07-112-12/+31
* crypto: sha256_generic - Use 64-bit counter like sha1Herbert Xu2009-07-111-35/+30
* crypto: sha1_generic - Add export/import supportHerbert Xu2009-07-112-16/+33
* crypto: shash - Move finup/digest null checks to registration timeHerbert Xu2009-07-111-4/+6
* crypto: shash - Export/import hash state onlyHerbert Xu2009-07-112-15/+28
* crypto: api - Fix crypto_drop_spawn crash on blank spawnsHerbert Xu2009-07-091-0/+3
* crypto: shash - Add shash_instance_ctxHerbert Xu2009-07-091-0/+5
OpenPOWER on IntegriCloud