summaryrefslogtreecommitdiff
path: root/crypto/shash.c
Commit message (Expand)AuthorAge
* 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