aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/crypt-md5.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-23Need to include <epan/pint.h> to get pletohl() defined.Guy Harris1-0/+1
2007-04-23byteReverse assumes its argument is aligned on a 32-bit boundary; makeGuy Harris1-10/+9
2007-04-23The "in" array in an MD5 context is expected to be aligned on a 4-byteGuy Harris1-11/+11
2007-03-26Don't #define bzero and bcopy to be memset and memcpy on Windows, just use me...Jeff Morriss1-9/+4
2007-01-09Move cryptography code to epan/crypt.Gerald Combs1-16/+16
2007-01-09Win32 has neither bcopy nor bzeroLuis Ontanon1-0/+5
2007-01-09 * replaced MD5 with one that that works on my Big Endian Mac. ( taken from w...Luis Ontanon1-413/+328
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs1-0/+449