summaryrefslogtreecommitdiff
path: root/crypto/ahash.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19crypto: user - fix info leaks in report APIMathias Krause1-1/+1
2012-04-02crypto: Stop using NLA_PUT*().David S. Miller1-3/+3
2012-03-20crypto: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2011-11-11crypto: algapi - Fix build problem with NET disabledHerbert Xu1-0/+7
2011-10-21crypto: Add userspace report for ahash type algorithmsSteffen Klassert1-0/+21
2010-08-06crypto: hash - Fix handling of small unaligned buffersSzilveszter Ördög1-2/+5
2010-03-03crypto: hash - Fix handling of unaligned buffersSzilveszter Ördög1-1/+0
2009-07-24crypto: ahash - Use GFP_KERNEL on allocation if the request can sleepSteffen Klassert1-2/+2
2009-07-15crypto: ahash - Fix setkey crashHerbert Xu1-4/+2
2009-07-15crypto: ahash - Add unaligned handling and default operationsHerbert Xu1-3/+201
2009-07-14crypto: ahash - Use GFP_KERNEL in unaligned setkeyHerbert Xu1-1/+1
2009-07-14crypto: hash - Zap unaligned buffersHerbert Xu1-2/+1
2009-07-14crypto: ahash - Remove old_ahash_algHerbert Xu1-27/+0
2009-07-14crypto: ahash - Add instance/spawn supportHerbert Xu1-0/+72
2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu1-25/+57
2009-05-31crypto: hash - Fix handling of sg entry that crosses page boundaryHerbert Xu1-3/+4
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