SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Macros | Typedefs | Functions
osip_md5.h File Reference

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 *)
 

Macro Definition Documentation

#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 Documentation

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.

Function Documentation

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 
)