summaryrefslogtreecommitdiff
path: root/crypto/shash.c
Commit message (Expand)AuthorAge
* crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-01-12
* crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2017-11-29
* crypto: shash - Fix zero-length shash ahash digest crashHerbert Xu2017-10-11
* crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unalignedJia-Ju Bai2017-10-07
* crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza2017-01-13
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-17
|\
| * crypto: hash - Remove crypto_hash interfaceHerbert Xu2016-02-06
* | crypto: shash - Fix has_key settingHerbert Xu2016-01-27
|/
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-01-18
* crypto: shash - Use crypto_alg_extsize helperHerbert Xu2015-04-21
* crypto: LLVMLinux: aligned-attribute.patchMark Charlebois2014-06-07
* crypto: user - fix info leaks in report APIMathias Krause2013-02-19
* crypto: add crypto_[un]register_shashes for [un]registering multiple shash en...Jussi Kivilinna2012-08-01
* 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 shash type algorithmsSteffen Klassert2011-10-21
* crypto: hash - Fix async import on shash algorithmHerbert Xu2010-11-04
* crypto: shash - Remove usage of CRYPTO_MINALIGNHerbert Xu2010-05-19
* crypto: shash - Test for the algorithms import function before exporting itSteffen Klassert2009-07-24
* crypto: shash - Require all algorithms to support export/importHerbert Xu2009-07-22
* crypto: shash - Fix async finup handling of null digestHerbert Xu2009-07-15
* crypto: ahash - Add unaligned handling and default operationsHerbert Xu2009-07-15
* crypto: shash - Fix alignment in unaligned operationsHerbert Xu2009-07-14
* crypto: hash - Zap unaligned buffersHerbert Xu2009-07-14
* crypto: ahash - Remove old_ahash_algHerbert Xu2009-07-14
* crypto: ahash - Convert to new style algorithmsHerbert Xu2009-07-14
* crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu2009-07-14
* crypto: shash - Export async functionsHerbert Xu2009-07-14
* crypto: shash - Make descsize a run-time attributeHerbert Xu2009-07-14
* crypto: shash - Move null setkey check to registration timeHerbert Xu2009-07-12
* crypto: shash - Move finup/digest null checks to registration timeHerbert Xu2009-07-11
* crypto: shash - Export/import hash state onlyHerbert Xu2009-07-11
* crypto: shash - Propagate reinit return valueHerbert Xu2009-07-08
* crypto: shash - Use finup in default digestHerbert Xu2009-07-08
* crypto: shash - Add shash_register_instanceHerbert Xu2009-07-08
* crypto: shash - Add shash_attr_alg2 helperHerbert Xu2009-07-08
* crypto: shash - Add spawn supportHerbert Xu2009-07-08
* crypto: shash - Add shash_instanceHerbert Xu2009-07-08
* crypto: shash - Fix unaligned calculation with short lengthYehuda Sadeh2009-03-27
* crypto: api - Fix crypto_alloc_tfm/create_create_tfm return conventionHerbert Xu2009-02-18
* crypto: shash - Remove superfluous check in init_tfmHerbert Xu2009-02-18
* crypto: shash - Fix module refcountAdrian-Ken Rueegsegger2009-02-05
* 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 - Export shash through ahashHerbert Xu2008-12-25
* crypto: hash - Add shash interfaceHerbert Xu2008-12-25