aboutsummaryrefslogtreecommitdiffstats
path: root/crypt-rc4.h
AgeCommit message (Collapse)AuthorFilesLines
2004-09-27Move the DES, MD4, MD5, and RC4 source files and headers into epan, andGuy Harris1-36/+0
make the source files all include the corresponding header files (so that the declarations in the headers have to match the definitions in the source files in order for compilation to succeed). svn path=/trunk/; revision=12116
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2002-12-11From Devin Heitmueller: make the RC4 support stateful.Guy Harris1-2/+12
svn path=/trunk/; revision=6777
2002-12-03From Devin Heitmueller:Guy Harris1-0/+26
add MD4 and RC4 crypto support; use it to decrypt the NT password encryption block in UnicodeChangePassword2. svn path=/trunk/; revision=6727