Main Page | Modules | Namespace List | Class List | Directories | File List | Class Members | File Members | Related Pages | Examples

util_md5.h File Reference

#include "apr_md5.h"

Go to the source code of this file.
 AP_DECLARE (char *) ap_md5(apr_pool_t *a
const unsigned char * string
const unsigned char * buf
const unsigned char int len
apr_md5_ctx_tcontext
apr_file_tinfile


Function Documentation

AP_DECLARE char *   ) 
 

Create an MD5 checksum of a given string

Parameters:
a Pool to allocate out of
string String to get the checksum of
Returns:
The checksum char *ap_md5(apr_pool_t *a, const unsigned char *string)


Variable Documentation

const unsigned char* buf
 

Definition at line 52 of file util_md5.h.

apr_md5_ctx_t* context
 

Definition at line 61 of file util_md5.h.

Referenced by add_password(), cache_hash(), doContent(), main(), test_md4sum(), and test_md5sum().

apr_file_t* infile
 

Definition at line 69 of file util_md5.h.

Referenced by main().

const unsigned char int len
 

Definition at line 52 of file util_md5.h.

const unsigned char* string
 

Definition at line 42 of file util_md5.h.


© sourcejam.com 2005-2008