aboutsummaryrefslogtreecommitdiff
path: root/crypto/ahash.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-18crypto: hash - Add crypto_ahash_has_setkeyGravatar Herbert Xu 1-1/+4
2015-10-13crypto: ahash - ensure statesize is non-zeroGravatar Russell King 1-1/+2
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextGravatar Cristian Stoica 1-1/+1
2014-12-22crypto: ahash - fixed style error in ahash.cGravatar Joshua I. James 1-0/+1
2014-08-25crypto: hash - initialize entry len for null input in crypto hash sg list walkGravatar Tim Chen 1-3/+9
2014-05-21crypto: hash - Add real ahash walk interfaceGravatar Herbert Xu 1-5/+36
2014-03-21crypto: hash - Simplify the ahash_finup implementationGravatar Marek Vasut 1-27/+9
2014-03-21crypto: hash - Pull out the functions to save/restore requestGravatar Marek Vasut 1-45/+62
2014-03-21crypto: hash - Fix the pointer voodoo in unaligned ahashGravatar Marek Vasut 1-7/+49
2014-01-05crypto: ahash - Fully restore ahash request before completingGravatar Marek Vasut 1-1/+4
2013-02-19crypto: user - fix info leaks in report APIGravatar Mathias Krause 1-1/+1
2012-04-02crypto: Stop using NLA_PUT*().Gravatar David S. Miller 1-3/+3
2012-03-20crypto: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-2/+2
2011-11-11crypto: algapi - Fix build problem with NET disabledGravatar Herbert Xu 1-0/+7
2011-10-21crypto: Add userspace report for ahash type algorithmsGravatar Steffen Klassert 1-0/+21
2010-08-06crypto: hash - Fix handling of small unaligned buffersGravatar Szilveszter Ördög 1-2/+5
2010-03-03crypto: hash - Fix handling of unaligned buffersGravatar Szilveszter Ördög 1-1/+0
2009-07-24crypto: ahash - Use GFP_KERNEL on allocation if the request can sleepGravatar Steffen Klassert 1-2/+2
2009-07-15crypto: ahash - Fix setkey crashGravatar Herbert Xu 1-4/+2
2009-07-15crypto: ahash - Add unaligned handling and default operationsGravatar Herbert Xu 1-3/+201
2009-07-14crypto: ahash - Use GFP_KERNEL in unaligned setkeyGravatar Herbert Xu 1-1/+1
2009-07-14crypto: hash - Zap unaligned buffersGravatar Herbert Xu 1-2/+1
2009-07-14crypto: ahash - Remove old_ahash_algGravatar Herbert Xu 1-27/+0
2009-07-14crypto: ahash - Add instance/spawn supportGravatar Herbert Xu 1-0/+72
2009-07-14crypto: ahash - Convert to new style algorithmsGravatar Herbert Xu 1-25/+57
2009-05-31crypto: hash - Fix handling of sg entry that crosses page boundaryGravatar Herbert Xu 1-3/+4
2009-02-19crypto: ahash - Fix digest size in /proc/cryptoGravatar Lee Nipper 1-1/+1
2008-12-25crypto: hash - Make setkey optionalGravatar Herbert Xu 1-1/+7
2008-12-25crypto: hash - Export shash through hashGravatar Herbert Xu 1-0/+16
2008-12-25crypto: hash - Add import/export interfaceGravatar Herbert Xu 1-0/+14
2008-07-10crypto: hash - Added scatter list walking helperGravatar Herbert Xu 1-1/+90
2008-07-10crypto: hash - Removed vestigial ahash fieldsGravatar Herbert Xu 1-1/+0
2008-07-10crypto: hash - Fixed digest size checkGravatar Herbert Xu 1-1/+1
2008-07-10[CRYPTO] hash: Add asynchronous hash supportGravatar Loc Ho 1-0/+106