aboutsummaryrefslogtreecommitdiff
path: root/crypto/hash.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hGravatar Herbert Xu 1-0/+1
2008-07-10crypto: hash - Removed vestigial ahash fieldsGravatar Herbert Xu 1-1/+0
2008-07-10crypto: hash - Fixed digest size checkGravatar Herbert Xu 1-1/+1
2008-07-10[CRYPTO] hash: Add asynchronous hash supportGravatar Loc Ho 1-9/+93
2007-10-10[CRYPTO] api: Add missing headers for setkey_unalignedGravatar Herbert Xu 1-1/+2
2007-08-06[CRYPTO] api: fix writting into unallocated memory in setkey_alignedGravatar Sebastian Siewior 1-1/+1
2007-07-11[CRYPTO] api: Handle unaligned keys in setkeyGravatar Sebastian Siewior 1-1/+37
2007-05-02[CRYPTO] api: Proc functions should be marked as unusedGravatar Herbert Xu 1-1/+1
2007-02-07[CRYPTO] api: Allow multiple frontends per backendGravatar Herbert Xu 1-2/+3
2006-09-21[CRYPTO] digest: Added user API for new hash typeGravatar Herbert Xu 1-0/+61