|
reSIProcate/rutil
9694
|
#include "rutil/compat.hxx"

Go to the source code of this file.
Classes | |
| struct | resip::MD5Context |
Namespaces | |
| namespace | resip |
dcm! -- add UnusedChecking(_enum) below; | |
Typedefs | |
| typedef unsigned char | resip::md5byte |
Functions | |
| void | resip::MD5Init (struct MD5Context *context) |
| void | resip::MD5Update (struct MD5Context *context, md5byte const *buf, unsigned len) |
| void | resip::MD5Final (unsigned char digest[16], struct MD5Context *context) |
| void | resip::MD5Transform (u_int32_t buf[4], u_int32_t const in[16]) |
| void | resip::byteSwap (u_int32_t *buf, unsigned words) |
1.7.5.1