summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/md4/md4.c
Commit message (Expand)AuthorAgeFilesLines
* * md4.c (Transform) [CONFIG_SMALL]: Roll loops for each roundKen Raeburn2005-05-011-0/+23
* 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-16/+6
* Various changes to:Ken Raeburn2000-01-221-3/+3
* * md5.c: Fix to deal with types longer than 32 bitsTom Yu1997-10-281-1/+4
* Add #ifdef _WIN32 in places where we had #ifdef _MSDOSTheodore Tso1996-06-121-2/+2
* Renamed the functions to begin with krb5_ (like was done with MD5)Richard Basch1996-04-131-7/+7
* Allow md4.c to be optimized by native DEC compilersPaul Park1995-06-271-1/+1
* * md4.c: reverse sense of KRB5_PROVIDE_PROTOTYPESTom Yu1995-06-231-1/+1
* Windows global stuff:Keith Vetter1995-04-141-5/+5
* Made the CRYPTO directories work on the PC by adding INTERFACE to all theKeith Vetter1995-02-211-10/+13
* * Makefile.in (CFLAGS): Add -I../des to pull in DES header file.John Gilmore1995-01-261-2/+2
* Add the UL macro to control how unsigned long constants are compiled.Theodore Tso1994-10-131-6/+12
* stamp out rcs keywordsMark Eichin1994-08-181-7/+1
* Change "UINT4" type to "krb5_ui_4"John Carr1992-08-211-24/+24
* add support for KRB5_PROVIDE_PROTOTYPESJohn Kohl1991-04-231-1/+1
* fix up #ifdef on rcsid_md4_cJohn Kohl1991-03-011-2/+2
* forgot to /* */ a comment on #endifJohn Kohl1991-02-261-1/+1
* kerberizeJohn Kohl1991-02-261-1/+16
* updated code from RFCJohn Kohl1991-02-261-297/+205
* fix problem with referencing past end of array on byte-alignedJohn Kohl1991-01-171-4/+12
* change to copy onto stack to avoid modifying input in MDupdateJohn Kohl1990-11-081-15/+30
* Initial code from RFCJohn Kohl1990-11-071-0/+299