Apache HTTPD
Functions | Variables
MD5 Package Library

Functions

 AP_DECLARE (char *) ap_md5(apr_pool_t *a
 

Variables

const unsigned charstring
 
const unsigned charbuf
 
const unsigned char int len
 
apr_md5_ctx_tcontext
 
apr_file_tinfile
 

Detailed Description

Function Documentation

◆ AP_DECLARE()

AP_DECLARE ( char )

Create an MD5 checksum of a given string.

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

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

Convert an MD5 checksum into a base64 encoding.

Parameters
pThe pool to allocate out of
contextThe context to convert
Returns
The converted encoding

Create an MD5 Digest for a given file.

Parameters
pThe pool to allocate out of
infileThe file to create the digest for

Variable Documentation

◆ buf

Definition at line 50 of file util_md5.h.

◆ context

apr_md5_ctx_t* context

Definition at line 58 of file util_md5.h.

◆ infile

apr_file_t* infile

Definition at line 65 of file util_md5.h.

◆ len

Definition at line 50 of file util_md5.h.

◆ string

const unsigned char* string

Definition at line 41 of file util_md5.h.