summaryrefslogtreecommitdiffstats
path: root/crypto/sha1.c
Commit message (Expand)AuthorAgeFilesLines
* [CRYPTO] sha: Add module aliases for sha1 / sha256Michal Ludvig2006-09-211-0/+3
* [CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu2006-06-261-8/+9
* [CRYPTO] digest: Add alignment handlingAtsushi Nemoto2006-06-261-0/+1
* [CRYPTO] sha1: Fixed off-by-64 bug in sha1_updateHerbert Xu2006-01-091-2/+2
* [CRYPTO] sha1: Avoid shifting count left and rightNicolas Pitre2006-01-091-4/+4
* [CRYPTO] sha1: Rename i/j to done/partialNicolas Pitre2006-01-091-11/+12
* [CRYPTO] sha1: Avoid useless memcpy()Nicolas Pitre2006-01-091-8/+17
* [CRYPTO] Use standard byte order macros wherever possibleHerbert Xu2006-01-091-20/+8
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+139