aboutsummaryrefslogtreecommitdiff
path: root/crypto/shash.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-14crypto: shash - Export async functionsGravatar Herbert Xu 1-20/+22
2009-07-14crypto: shash - Make descsize a run-time attributeGravatar Herbert Xu 1-11/+28
2009-07-12crypto: shash - Move null setkey check to registration timeGravatar Herbert Xu 1-3/+8
2009-07-11crypto: shash - Move finup/digest null checks to registration timeGravatar Herbert Xu 1-4/+6
2009-07-11crypto: shash - Export/import hash state onlyGravatar Herbert Xu 1-11/+14
2009-07-08crypto: shash - Propagate reinit return valueGravatar Herbert Xu 1-1/+1
2009-07-08crypto: shash - Use finup in default digestGravatar Herbert Xu 1-2/+1
2009-07-08crypto: shash - Add shash_register_instanceGravatar Herbert Xu 1-1/+25
2009-07-08crypto: shash - Add shash_attr_alg2 helperGravatar Herbert Xu 1-0/+10
2009-07-08crypto: shash - Add spawn supportGravatar Herbert Xu 1-0/+9
2009-07-08crypto: shash - Add shash_instanceGravatar Herbert Xu 1-0/+7
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