aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/shash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-27crypto: shash - Fix unaligned calculation with short lengthYehuda Sadeh1-0/+3
2009-02-18crypto: api - Fix crypto_alloc_tfm/create_create_tfm return conventionHerbert Xu1-13/+5
2009-02-18crypto: shash - Remove superfluous check in init_tfmHerbert Xu1-2/+0
2009-02-05crypto: shash - Fix module refcountAdrian-Ken Rueegsegger1-1/+6
2008-12-25crypto: hash - Make setkey optionalHerbert Xu1-0/+3
2008-12-25crypto: hash - Export shash through hashHerbert Xu1-0/+109
2008-12-25crypto: hash - Add import/export interfaceHerbert Xu1-0/+14
2008-12-25crypto: hash - Export shash through ahashHerbert Xu1-0/+143
2008-12-25crypto: hash - Add shash interfaceHerbert Xu1-0/+239