aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: hash - Simplify the ahash_finup implementationMarek Vasut2014-03-211-27/+9
* crypto: hash - Pull out the functions to save/restore requestMarek Vasut2014-03-211-45/+62
* crypto: hash - Fix the pointer voodoo in unaligned ahashMarek Vasut2014-03-211-7/+49
* crypto: ahash - Fully restore ahash request before completingMarek Vasut2014-01-051-1/+4
* crypto: user - fix info leaks in report APIMathias Krause2013-02-191-1/+1
* crypto: Stop using NLA_PUT*().David S. Miller2012-04-021-3/+3
* crypto: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* crypto: algapi - Fix build problem with NET disabledHerbert Xu2011-11-101-0/+7
* crypto: Add userspace report for ahash type algorithmsSteffen Klassert2011-10-211-0/+21
* crypto: hash - Fix handling of small unaligned buffersSzilveszter Ördög2010-08-051-2/+5
* crypto: hash - Fix handling of unaligned buffersSzilveszter Ördög2010-03-021-1/+0
* crypto: ahash - Use GFP_KERNEL on allocation if the request can sleepSteffen Klassert2009-07-241-2/+2
* crypto: ahash - Fix setkey crashHerbert Xu2009-07-151-4/+2
* crypto: ahash - Add unaligned handling and default operationsHerbert Xu2009-07-141-3/+201
* crypto: ahash - Use GFP_KERNEL in unaligned setkeyHerbert Xu2009-07-141-1/+1
* crypto: hash - Zap unaligned buffersHerbert Xu2009-07-141-2/+1
* crypto: ahash - Remove old_ahash_algHerbert Xu2009-07-141-27/+0
* crypto: ahash - Add instance/spawn supportHerbert Xu2009-07-141-0/+72
* crypto: ahash - Convert to new style algorithmsHerbert Xu2009-07-141-25/+57
* crypto: hash - Fix handling of sg entry that crosses page boundaryHerbert Xu2009-05-311-3/+4
* crypto: ahash - Fix digest size in /proc/cryptoLee Nipper2009-02-191-1/+1
* crypto: hash - Make setkey optionalHerbert Xu2008-12-241-1/+7
* crypto: hash - Export shash through hashHerbert Xu2008-12-241-0/+16
* crypto: hash - Add import/export interfaceHerbert Xu2008-12-241-0/+14
* crypto: hash - Added scatter list walking helperHerbert Xu2008-07-101-1/+90
* crypto: hash - Removed vestigial ahash fieldsHerbert Xu2008-07-101-1/+0
* crypto: hash - Fixed digest size checkHerbert Xu2008-07-101-1/+1
* [CRYPTO] hash: Add asynchronous hash supportLoc Ho2008-07-101-0/+106