aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/hash.h
AgeCommit message (Expand)AuthorFilesLines
2009-07-15crypto: shash - Fix digest size offsetGravatar Herbert Xu 1-1/+2
2009-07-15crypto: ahash - Add unaligned handling and default operationsGravatar Herbert Xu 1-15/+8
2009-07-14crypto: ahash - Remove old_ahash_algGravatar Herbert Xu 1-2/+1
2009-07-14crypto: ahash - Convert to new style algorithmsGravatar Herbert Xu 1-31/+78
2009-07-14crypto: shash - Make descsize a run-time attributeGravatar Herbert Xu 1-1/+2
2009-07-12crypto: async - Use kzfree for requestsGravatar Herbert Xu 1-1/+1
2009-07-11crypto: shash - Export/import hash state onlyGravatar Herbert Xu 1-4/+14
2009-02-18crypto: shash - Add crypto_shash_blocksizeGravatar Herbert Xu 1-0/+5
2009-02-05crypto: shash - Fix tfm destructionGravatar Herbert Xu 1-1/+1
2008-12-25crypto: hash - Add import/export interfaceGravatar Herbert Xu 1-0/+21
2008-12-25crypto: hash - Add shash interfaceGravatar Herbert Xu 1-0/+104
2008-08-13crypto: hash - Add missing top-level functionsGravatar Herbert Xu 1-0/+18
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hGravatar Herbert Xu 1-0/+154