SNMP++  3.3.4
md5.h File Reference

Go to the source code of this file.

Classes

struct  MD5_CTX
 

Macros

#define NULL_PTR   ((POINTER)0)
 
#define UNUSED_ARG(x)   x = *(&x);
 
#define PROTOTYPES
 
#define PROTO_LIST(list)   list
 

Typedefs

typedef unsigned char * POINTER
 
typedef unsigned short int UINT2
 
typedef unsigned int UINT4
 
typedef unsigned char BYTE
 
typedef signed int signeddigit
 

Functions

DLLOPT void MD5Init PROTO_LIST ((MD5_CTX *))
 
DLLOPT void MD5Update PROTO_LIST ((MD5_CTX *, const unsigned char *, const unsigned int))
 
DLLOPT void MD5Final PROTO_LIST ((unsigned char[16], MD5_CTX *))
 

Macro Definition Documentation

#define NULL_PTR   ((POINTER)0)

Definition at line 84 of file md5.h.

#define PROTO_LIST (   list)    list

Definition at line 100 of file md5.h.

#define PROTOTYPES

Definition at line 92 of file md5.h.

#define UNUSED_ARG (   x)    x = *(&x);

Definition at line 88 of file md5.h.

Typedef Documentation

typedef unsigned char BYTE

Definition at line 78 of file md5.h.

typedef unsigned char* POINTER

Definition at line 68 of file md5.h.

typedef signed int signeddigit

Definition at line 81 of file md5.h.

typedef unsigned short int UINT2

Definition at line 71 of file md5.h.

typedef unsigned int UINT4

Definition at line 74 of file md5.h.

Function Documentation

DLLOPT void MD5Init PROTO_LIST ( (MD5_CTX *)  )
DLLOPT void MD5Update PROTO_LIST ( (MD5_CTX *, const unsigned char *, const unsigned int)  )
DLLOPT void MD5Final PROTO_LIST ( (unsigned char[16], MD5_CTX *)  )