summaryrefslogtreecommitdiffstats
path: root/crypto/shash.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza2017-01-131-4/+5
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-147/+0
|\
| * crypto: hash - Remove crypto_hash interfaceHerbert Xu2016-02-061-147/+0
* | crypto: shash - Fix has_key settingHerbert Xu2016-01-271-4/+3
|/
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-01-181-1/+3
* crypto: shash - Use crypto_alg_extsize helperHerbert Xu2015-04-211-6/+1
* crypto: LLVMLinux: aligned-attribute.patchMark Charlebois2014-06-071-1/+2
* crypto: user - fix info leaks in report APIMathias Krause2013-02-191-1/+2
* crypto: add crypto_[un]register_shashes for [un]registering multiple shash en...Jussi Kivilinna2012-08-011-0/+36
* 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-4/+4
* crypto: algapi - Fix build problem with NET disabledHerbert Xu2011-11-111-0/+7
* crypto: Add userspace report for shash type algorithmsSteffen Klassert2011-10-211-0/+21
* crypto: hash - Fix async import on shash algorithmHerbert Xu2010-11-041-1/+7
* crypto: shash - Remove usage of CRYPTO_MINALIGNHerbert Xu2010-05-191-1/+1
* crypto: shash - Test for the algorithms import function before exporting itSteffen Klassert2009-07-241-1/+1
* crypto: shash - Require all algorithms to support export/importHerbert Xu2009-07-221-8/+11
* crypto: shash - Fix async finup handling of null digestHerbert Xu2009-07-151-2/+7
* crypto: ahash - Add unaligned handling and default operationsHerbert Xu2009-07-151-4/+48
* crypto: shash - Fix alignment in unaligned operationsHerbert Xu2009-07-141-2/+4
* crypto: hash - Zap unaligned buffersHerbert Xu2009-07-141-3/+11
* crypto: ahash - Remove old_ahash_algHerbert Xu2009-07-141-2/+0
* crypto: ahash - Convert to new style algorithmsHerbert Xu2009-07-141-6/+2
* crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu2009-07-141-4/+2
* crypto: shash - Export async functionsHerbert Xu2009-07-141-20/+22
* crypto: shash - Make descsize a run-time attributeHerbert Xu2009-07-141-11/+28
* crypto: shash - Move null setkey check to registration timeHerbert Xu2009-07-121-3/+8
* crypto: shash - Move finup/digest null checks to registration timeHerbert Xu2009-07-111-4/+6
* crypto: shash - Export/import hash state onlyHerbert Xu2009-07-111-11/+14
* crypto: shash - Propagate reinit return valueHerbert Xu2009-07-081-1/+1
* crypto: shash - Use finup in default digestHerbert Xu2009-07-081-2/+1
* crypto: shash - Add shash_register_instanceHerbert Xu2009-07-081-1/+25
* crypto: shash - Add shash_attr_alg2 helperHerbert Xu2009-07-081-0/+10
* crypto: shash - Add spawn supportHerbert Xu2009-07-081-0/+9
* crypto: shash - Add shash_instanceHerbert Xu2009-07-081-0/+7
* crypto: shash - Fix unaligned calculation with short lengthYehuda Sadeh2009-03-271-0/+3
* crypto: api - Fix crypto_alloc_tfm/create_create_tfm return conventionHerbert Xu2009-02-181-13/+5
* crypto: shash - Remove superfluous check in init_tfmHerbert Xu2009-02-181-2/+0
* crypto: shash - Fix module refcountAdrian-Ken Rueegsegger2009-02-051-1/+6
* crypto: hash - Make setkey optionalHerbert Xu2008-12-251-0/+3
* crypto: hash - Export shash through hashHerbert Xu2008-12-251-0/+109
* crypto: hash - Add import/export interfaceHerbert Xu2008-12-251-0/+14
* crypto: hash - Export shash through ahashHerbert Xu2008-12-251-0/+143
* crypto: hash - Add shash interfaceHerbert Xu2008-12-251-0/+239
OpenPOWER on IntegriCloud