aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/shash.c
Commit message (Expand)AuthorAgeFilesLines
* crypto mergedWolfgang Wiedmeyer2015-10-251-65/+0
* samsung update 1codeworkx2012-06-021-0/+65
* 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