aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ahash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-19crypto: ahash - Fix digest size in /proc/cryptoLee Nipper1-1/+1
2008-12-25crypto: hash - Make setkey optionalHerbert Xu1-1/+7
2008-12-25crypto: hash - Export shash through hashHerbert Xu1-0/+16
2008-12-25crypto: hash - Add import/export interfaceHerbert Xu1-0/+14
2008-07-10crypto: hash - Added scatter list walking helperHerbert Xu1-1/+90
2008-07-10crypto: hash - Removed vestigial ahash fieldsHerbert Xu1-1/+0
2008-07-10crypto: hash - Fixed digest size checkHerbert Xu1-1/+1
2008-07-10[CRYPTO] hash: Add asynchronous hash supportLoc Ho1-0/+106