aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-22crypto: sha512 - Export struct sha512_stateHerbert Xu
2009-07-22crypto: xcbc - Fix shash conversionHerbert Xu
2009-07-22crypto: xcbc - Use crypto_xorHerbert Xu
2009-07-22crypto: cryptd - Add finup/export/import for hashHerbert Xu
2009-07-16crypto: s390 - Fix sha build failureSachin Sant
2009-07-16crypto: padlock - Fix hashing of partial blocksHerbert Xu
2009-07-15crypto: shash - Fix async finup handling of null digestHerbert Xu
2009-07-15crypto: shash - Fix digest size offsetHerbert Xu
2009-07-15crypto: ahash - Fix setkey crashHerbert Xu
2009-07-15crypto: padlock - Fix compile error on i386Herbert Xu
2009-07-15crypto: xcbc - Fix incorrect error value when creating instanceHerbert Xu
2009-07-15crypto: hmac - Fix incorrect error value when creating instanceHerbert Xu
2009-07-15crypto: cryptd - Fix uninitialized return valueSteffen Klassert
2009-07-15crypto: crypto4xx - Disable SHA implementationHerbert Xu
2009-07-15crypto: ahash - Add unaligned handling and default operationsHerbert Xu
2009-07-14crypto: ahash - Use GFP_KERNEL in unaligned setkeyHerbert Xu
2009-07-14crypto: shash - Fix alignment in unaligned operationsHerbert Xu
2009-07-14crypto: hash - Zap unaligned buffersHerbert Xu
2009-07-14crypto: ahash - Remove old_ahash_algHerbert Xu
2009-07-14crypto: crypto4xx - Switch to new style ahashHerbert Xu
2009-07-14crypto: cryptd - Switch to new style ahashHerbert Xu
2009-07-14crypto: cryptd - Switch to template create APIHerbert Xu
2009-07-14crypto: hash - Add helpers to free spawnsHerbert Xu
2009-07-14crypto: tcrypt - Add mask parameterHerbert Xu
2009-07-14crypto: ahash - Add instance/spawn supportHerbert Xu
2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu
2009-07-14crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu
2009-07-14crypto: crypto4xx - Use crypto_ahash_set_reqsizeHerbert Xu
2009-07-14crypto: cryptd - Use crypto_ahash_set_reqsizeHerbert Xu
2009-07-14crypto: ahash - Add crypto_ahash_set_reqsizeHerbert Xu
2009-07-14crypto: cryptd - Use shash algorithmsHerbert Xu
2009-07-14crypto: shash - Export async functionsHerbert Xu
2009-07-14crypto: hash - Remove legacy hash/digest implementaionHerbert Xu
2009-07-14crypto: authenc - Remove reference to crypto_hashHerbert Xu
2009-07-14crypto: xcbc - Switch to shashHerbert Xu
2009-07-14crypto: hmac - Switch to shashHerbert Xu
2009-07-14crypto: padlock - Switch sha to shashHerbert Xu
2009-07-14crypto: shash - Make descsize a run-time attributeHerbert Xu
2009-07-12crypto: async - Use kzfree for requestsHerbert Xu
2009-07-12crypto: shash - Move null setkey check to registration timeHerbert Xu
2009-07-11crypto: padlock - Use shash fallback for shaHerbert Xu
2009-07-11crypto: sha256-s390 - Add export/import supportHerbert Xu
2009-07-11crypto: sha1-s390 - Add export/import supportHerbert Xu
2009-07-11crypto: sha256_generic - Add export/import supportHerbert Xu
2009-07-11crypto: sha256_generic - Use 64-bit counter like sha1Herbert Xu
2009-07-11crypto: sha1_generic - Add export/import supportHerbert Xu
2009-07-11crypto: shash - Move finup/digest null checks to registration timeHerbert Xu
2009-07-11crypto: shash - Export/import hash state onlyHerbert Xu
2009-07-09crypto: api - Fix crypto_drop_spawn crash on blank spawnsHerbert Xu
2009-07-09crypto: shash - Add shash_instance_ctxHerbert Xu