SIP Witch 1.9.15
|
Go to the source code of this file.
Data Structures | |
struct | osip_MD5_CTX |
Macros | |
#define | PROTOTYPES 1 |
#define | PROTO_LIST(list) list |
Typedefs | |
typedef unsigned char * | POINTER |
typedef unsigned short int | UINT2 |
typedef unsigned int | UINT4 |
Functions | |
void | osip_MD5Init (osip_MD5_CTX *) |
void | osip_MD5Update (osip_MD5_CTX *, unsigned char *, unsigned int) |
void | osip_MD5Final (unsigned char[16], osip_MD5_CTX *) |
#define PROTO_LIST | ( | list | ) | list |
Definition at line 57 of file osip_md5.h.
#define PROTOTYPES 1 |
Definition at line 37 of file osip_md5.h.
typedef unsigned char* POINTER |
Definition at line 44 of file osip_md5.h.
typedef unsigned short int UINT2 |
Definition at line 47 of file osip_md5.h.
typedef unsigned int UINT4 |
Definition at line 50 of file osip_md5.h.
void osip_MD5Final | ( | unsigned | char[16], |
osip_MD5_CTX * | |||
) |
void osip_MD5Init | ( | osip_MD5_CTX * | ) |
void osip_MD5Update | ( | osip_MD5_CTX * | , |
unsigned char * | , | ||
unsigned | int | ||
) |