summaryrefslogtreecommitdiffstats
path: root/sys/crypto/md5.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* convert bcopy to memcpy in md5 and sha1. also be consistent about clearingtedu2014-12-281-8/+6
* Defining the interface in terms of char * means most callers aretedu2014-11-161-2/+3
* for key material that is being being discarded, convert bzero() toderaadt2011-01-111-2/+2
* Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.millert2004-05-071-0/+239