summaryrefslogtreecommitdiff
path: root/crypto/sha1.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-21[CRYPTO] sha: Add module aliases for sha1 / sha256Michal Ludvig1-0/+3
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu1-8/+9
2006-06-26[CRYPTO] digest: Add alignment handlingAtsushi Nemoto1-0/+1
2006-01-09[CRYPTO] sha1: Fixed off-by-64 bug in sha1_updateHerbert Xu1-2/+2
2006-01-09[CRYPTO] sha1: Avoid shifting count left and rightNicolas Pitre1-4/+4
2006-01-09[CRYPTO] sha1: Rename i/j to done/partialNicolas Pitre1-11/+12
2006-01-09[CRYPTO] sha1: Avoid useless memcpy()Nicolas Pitre1-8/+17
2006-01-09[CRYPTO] Use standard byte order macros wherever possibleHerbert Xu1-20/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+139