summaryrefslogtreecommitdiff
path: root/crypto/ahash.c
Commit message (Expand)AuthorAge
* crypto: ahash - Fix early termination in hash walkHerbert Xu2018-03-31
* crypto: hash - Require export/import in ahashKamil Konieczny2018-02-15
* crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-01-12
* crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-01-12
* crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-03
* crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent2017-08-22
* crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-04-10
* crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza2017-01-13
* crypto: ahash - Add padding in crypto_ahash_extsizeHerbert Xu2016-07-01
* crypto: hash - Fix page length clamping in hash walkHerbert Xu2016-05-05
* crypto: hash - Remove crypto_hash interfaceHerbert Xu2016-02-06
* crypto: hash - Add crypto_has_ahash helperHerbert Xu2016-01-25
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-01-18
* crypto: ahash - ensure statesize is non-zeroRussell King2015-10-13
* crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica2015-01-26
* crypto: ahash - fixed style error in ahash.cJoshua I. James2014-12-22
* crypto: hash - initialize entry len for null input in crypto hash sg list walkTim Chen2014-08-25
* crypto: hash - Add real ahash walk interfaceHerbert Xu2014-05-21
* crypto: hash - Simplify the ahash_finup implementationMarek Vasut2014-03-21
* crypto: hash - Pull out the functions to save/restore requestMarek Vasut2014-03-21
* crypto: hash - Fix the pointer voodoo in unaligned ahashMarek Vasut2014-03-21
* crypto: ahash - Fully restore ahash request before completingMarek Vasut2014-01-05
* crypto: user - fix info leaks in report APIMathias Krause2013-02-19
* crypto: Stop using NLA_PUT*().David S. Miller2012-04-02
* crypto: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* crypto: algapi - Fix build problem with NET disabledHerbert Xu2011-11-11
* crypto: Add userspace report for ahash type algorithmsSteffen Klassert2011-10-21
* crypto: hash - Fix handling of small unaligned buffersSzilveszter Ördög2010-08-06
* crypto: hash - Fix handling of unaligned buffersSzilveszter Ördög2010-03-03
* 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