aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/hash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu1-0/+1
2008-07-10crypto: hash - Removed vestigial ahash fieldsHerbert Xu1-1/+0
2008-07-10crypto: hash - Fixed digest size checkHerbert Xu1-1/+1
2008-07-10[CRYPTO] hash: Add asynchronous hash supportLoc Ho1-9/+93
2007-10-10[CRYPTO] api: Add missing headers for setkey_unalignedHerbert Xu1-1/+2
2007-08-06[CRYPTO] api: fix writting into unallocated memory in setkey_alignedSebastian Siewior1-1/+1
2007-07-11[CRYPTO] api: Handle unaligned keys in setkeySebastian Siewior1-1/+37
2007-05-02[CRYPTO] api: Proc functions should be marked as unusedHerbert Xu1-1/+1
2007-02-07[CRYPTO] api: Allow multiple frontends per backendHerbert Xu1-2/+3
2006-09-21[CRYPTO] digest: Added user API for new hash typeHerbert Xu1-0/+61