aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/crypt-md5.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Clear the entire contents of ctx at the end of md5_finish(). Fixes CID 712.cmaynard1-3/+1
2011-03-21Add a comment re a "suspicious" sizeof() reported by Coverity Prevent.wmeier1-0/+2
2009-04-03Make some lengths size_t's.gerald1-3/+3
2007-04-23Need to include <epan/pint.h> to get pletohl() defined.guy1-0/+1
2007-04-23byteReverse assumes its argument is aligned on a 32-bit boundary; makeguy1-10/+9
2007-04-23The "in" array in an MD5 context is expected to be aligned on a 4-byteguy1-11/+11
2007-03-26Don't #define bzero and bcopy to be memset and memcpy on Windows, just use me...morriss1-9/+4
2007-01-09Move cryptography code to epan/crypt.gerald1-16/+16
2007-01-09Win32 has neither bcopy nor bzerolego1-0/+5
2007-01-09 * replaced MD5 with one that that works on my Big Endian Mac. ( taken from w...lego1-413/+328
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. Removegerald1-0/+449