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