Apache2
MD5 Package Library
Collaboration diagram for MD5 Package Library:

Functions

char * ap_md5 (apr_pool_t *a, const unsigned char *string)
 
char * ap_md5_binary (apr_pool_t *a, const unsigned char *buf, int len)
 

Detailed Description

Function Documentation

◆ ap_md5()

char* ap_md5 ( apr_pool_t a,
const unsigned char *  string 
)

Create an MD5 checksum of a given string.

Parameters
aPool to allocate out of
stringString to get the checksum of
Returns
The checksum

◆ ap_md5_binary()

char* ap_md5_binary ( apr_pool_t a,
const unsigned char *  buf,
int  len 
)

Create an MD5 checksum of a string of binary data.

Parameters
aPool to allocate out of
bufBuffer to generate checksum for
lenThe length of the buffer
Returns
The checksum