aboutsummaryrefslogtreecommitdiff
path: root/crypto/shash.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-27crypto: shash - Fix unaligned calculation with short lengthGravatar Yehuda Sadeh 1-0/+3
2009-02-18crypto: api - Fix crypto_alloc_tfm/create_create_tfm return conventionGravatar Herbert Xu 1-13/+5
2009-02-18crypto: shash - Remove superfluous check in init_tfmGravatar Herbert Xu 1-2/+0
2009-02-05crypto: shash - Fix module refcountGravatar Adrian-Ken Rueegsegger 1-1/+6
2008-12-25crypto: hash - Make setkey optionalGravatar Herbert Xu 1-0/+3
2008-12-25crypto: hash - Export shash through hashGravatar Herbert Xu 1-0/+109
2008-12-25crypto: hash - Add import/export interfaceGravatar Herbert Xu 1-0/+14
2008-12-25crypto: hash - Export shash through ahashGravatar Herbert Xu 1-0/+143
2008-12-25crypto: hash - Add shash interfaceGravatar Herbert Xu 1-0/+239