summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/md5/md5.c
Commit message (Expand)AuthorAgeFilesLines
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-031-343/+0
* If CONFIG_SMALL_NO_CRYPTO is defined, turn off CONFIG_SMALL changes for crypt...Ken Raeburn2008-08-121-1/+1
* Make more uses of load/store_32_be/le, which on x86 at least expandsKen Raeburn2008-08-021-15/+3
* * md5.c (Transform) [CONFIG_SMALL]: Roll loops for each roundKen Raeburn2005-05-011-0/+56
* protoizeKen Raeburn2004-02-191-11/+4
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-7/+7
* minor cleanup + audit issuesKen Raeburn2001-03-151-75/+69
* Various changes to:Ken Raeburn2000-01-221-3/+3
* * md5.c: Fix to deal with types longer than 32 bitsTom Yu1997-10-281-1/+9
* Add #ifdef _WIN32 in places where we had #ifdef _MSDOSTheodore Tso1996-06-121-1/+1
* Renamed the functions to be preceded with krb5_ (I ran into a namingRichard Basch1996-04-131-13/+13
* Change PROTOTYPE -> KRB5_PROTOTYPETheodore Tso1995-06-211-1/+1
* Windows global stuff:Keith Vetter1995-04-141-4/+4
* Avoid <krb5/...> includesJohn Gilmore1995-02-281-1/+1
* Made the CRYPTO directories work on the PC by adding INTERFACE to all theKeith Vetter1995-02-211-10/+13
* * Makefile.in (CFLAGS): Use -I../des to pull in include file.John Gilmore1995-01-261-1/+1
* Add the UL macro to control how unsigned long constants are compiled.Theodore Tso1994-10-131-68/+74
* Change "UINT4" type to "krb5_ui_4"John Carr1992-08-211-25/+30
* Initial revisionJohn Carr1992-03-261-0/+290