summaryrefslogtreecommitdiff
path: root/crypto/ahash.c
Commit message (Expand)AuthorAge
* crypto: ahash - Use GFP_KERNEL on allocation if the request can sleepSteffen Klassert2009-07-24
* crypto: ahash - Fix setkey crashHerbert Xu2009-07-15
* crypto: ahash - Add unaligned handling and default operationsHerbert Xu2009-07-15
* crypto: ahash - Use GFP_KERNEL in unaligned setkeyHerbert Xu2009-07-14
* crypto: hash - Zap unaligned buffersHerbert Xu2009-07-14
* crypto: ahash - Remove old_ahash_algHerbert Xu2009-07-14
* crypto: ahash - Add instance/spawn supportHerbert Xu2009-07-14
* crypto: ahash - Convert to new style algorithmsHerbert Xu2009-07-14
* crypto: hash - Fix handling of sg entry that crosses page boundaryHerbert Xu2009-05-31
* crypto: ahash - Fix digest size in /proc/cryptoLee Nipper2009-02-19
* crypto: hash - Make setkey optionalHerbert Xu2008-12-25
* crypto: hash - Export shash through hashHerbert Xu2008-12-25
* crypto: hash - Add import/export interfaceHerbert Xu2008-12-25
* crypto: hash - Added scatter list walking helperHerbert Xu2008-07-10
* crypto: hash - Removed vestigial ahash fieldsHerbert Xu2008-07-10
* crypto: hash - Fixed digest size checkHerbert Xu2008-07-10
* [CRYPTO] hash: Add asynchronous hash supportLoc Ho2008-07-10