summaryrefslogtreecommitdiffstats
path: root/crypto/ahash.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: ahash - Fix early termination in hash walkHerbert Xu2018-03-311-3/+4
* crypto: hash - Require export/import in ahashKamil Konieczny2018-02-151-16/+2
* crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-01-121-5/+17
* crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-01-121-0/+11
* crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-031-9/+3
* crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent2017-08-221-0/+29
* crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-04-101-29/+50
* crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza2017-01-131-1/+2
* crypto: ahash - Add padding in crypto_ahash_extsizeHerbert Xu2016-07-011-3/+3
* crypto: hash - Fix page length clamping in hash walkHerbert Xu2016-05-051-1/+2
* crypto: hash - Remove crypto_hash interfaceHerbert Xu2016-02-061-18/+0
* crypto: hash - Add crypto_has_ahash helperHerbert Xu2016-01-251-0/+6
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-01-181-1/+4
* crypto: ahash - ensure statesize is non-zeroRussell King2015-10-131-1/+2
* crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica2015-01-261-1/+1
* crypto: ahash - fixed style error in ahash.cJoshua I. James2014-12-221-0/+1
* crypto: hash - initialize entry len for null input in crypto hash sg list walkTim Chen2014-08-251-3/+9
* crypto: hash - Add real ahash walk interfaceHerbert Xu2014-05-211-5/+36
* 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-111-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-061-2/+5
* crypto: hash - Fix handling of unaligned buffersSzilveszter Ördög2010-03-031-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-151-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-251-1/+7
* crypto: hash - Export shash through hashHerbert Xu2008-12-251-0/+16
* crypto: hash - Add import/export interfaceHerbert Xu2008-12-251-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
OpenPOWER on IntegriCloud