aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-22crypto: sha512_generic - Use 64-bit countersHerbert Xu1-17/+11
2009-07-22crypto: sha512 - Export struct sha512_stateHerbert Xu1-13/+7
2009-07-22crypto: xcbc - Fix shash conversionHerbert Xu1-91/+73
2009-07-22crypto: xcbc - Use crypto_xorHerbert Xu1-16/+6
2009-07-22crypto: cryptd - Add finup/export/import for hashHerbert Xu1-0/+40
2009-07-15crypto: shash - Fix async finup handling of null digestHerbert Xu1-2/+7
2009-07-15crypto: ahash - Fix setkey crashHerbert Xu1-4/+2
2009-07-15crypto: xcbc - Fix incorrect error value when creating instanceHerbert Xu1-0/+1
2009-07-15crypto: hmac - Fix incorrect error value when creating instanceHerbert Xu1-0/+1
2009-07-15crypto: cryptd - Fix uninitialized return valueSteffen Klassert1-0/+2
2009-07-15crypto: ahash - Add unaligned handling and default operationsHerbert Xu2-7/+249
2009-07-14crypto: ahash - Use GFP_KERNEL in unaligned setkeyHerbert Xu1-1/+1
2009-07-14crypto: shash - Fix alignment in unaligned operationsHerbert Xu1-2/+4
2009-07-14crypto: hash - Zap unaligned buffersHerbert Xu2-5/+12
2009-07-14crypto: ahash - Remove old_ahash_algHerbert Xu2-29/+0
2009-07-14crypto: cryptd - Switch to new style ahashHerbert Xu1-27/+37
2009-07-14crypto: cryptd - Switch to template create APIHerbert Xu2-27/+29
2009-07-14crypto: tcrypt - Add mask parameterHerbert Xu1-3/+6
2009-07-14crypto: ahash - Add instance/spawn supportHerbert Xu1-0/+72
2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu2-31/+59
2009-07-14crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu3-10/+6
2009-07-14crypto: cryptd - Use crypto_ahash_set_reqsizeHerbert Xu1-2/+3
2009-07-14crypto: cryptd - Use shash algorithmsHerbert Xu1-80/+84
2009-07-14crypto: shash - Export async functionsHerbert Xu1-20/+22
2009-07-14crypto: hash - Remove legacy hash/digest implementaionHerbert Xu3-34/+3
2009-07-14crypto: authenc - Remove reference to crypto_hashHerbert Xu1-5/+1
2009-07-14crypto: xcbc - Switch to shashHerbert Xu1-148/+87
2009-07-14crypto: hmac - Switch to shashHerbert Xu1-157/+114
2009-07-14crypto: shash - Make descsize a run-time attributeHerbert Xu1-11/+28
2009-07-12crypto: shash - Move null setkey check to registration timeHerbert Xu1-3/+8
2009-07-11crypto: sha256_generic - Add export/import supportHerbert Xu1-12/+25
2009-07-11crypto: sha256_generic - Use 64-bit counter like sha1Herbert Xu1-35/+30
2009-07-11crypto: sha1_generic - Add export/import supportHerbert Xu1-16/+25
2009-07-11crypto: shash - Move finup/digest null checks to registration timeHerbert Xu1-4/+6
2009-07-11crypto: shash - Export/import hash state onlyHerbert Xu1-11/+14
2009-07-09crypto: api - Fix crypto_drop_spawn crash on blank spawnsHerbert Xu1-0/+3
2009-07-08crypto: shash - Propagate reinit return valueHerbert Xu1-1/+1
2009-07-08crypto: shash - Use finup in default digestHerbert Xu1-2/+1
2009-07-08crypto: shash - Add shash_register_instanceHerbert Xu1-1/+25
2009-07-08crypto: shash - Add shash_attr_alg2 helperHerbert Xu1-0/+10
2009-07-08crypto: api - Add crypto_attr_alg2 helperHerbert Xu3-12/+30
2009-07-08crypto: shash - Add spawn supportHerbert Xu1-0/+9
2009-07-08crypto: api - Add new style spawn supportHerbert Xu1-3/+52
2009-07-08crypto: shash - Add shash_instanceHerbert Xu1-0/+7
2009-07-07crypto: api - Add crypto_alloc_instance2Herbert Xu1-6/+31
2009-07-07crypto: api - Add new template create functionHerbert Xu1-0/+5
2009-07-03crypto: ansi_prng - alloc cipher just in initSebastian Andrzej Siewior1-17/+8
2009-07-03crypto: ansi_prng - Use just a BH lockSebastian Andrzej Siewior1-5/+4
2009-07-02crypto: testmgr - Allow implementation-specific testsHerbert Xu1-4/+13
2009-07-01dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMADan Williams1-1/+1