reSIProcate/rutil  9694
Classes | Namespaces | Typedefs | Functions
vmd5.hxx File Reference
#include "rutil/compat.hxx"
Include dependency graph for vmd5.hxx:
This graph shows which files directly or indirectly include this file:

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)