Apache HTTPD
Classes | Macros | Typedefs | Functions | Variables
apr_md5.h File Reference

APR MD5 Routines. More...

#include "apu.h"
#include "apr_xlate.h"

Go to the source code of this file.

Classes

struct  apr_md5_ctx_t
 

Macros

#define APR_MD5_DIGESTSIZE   16
 

Typedefs

typedef struct apr_md5_ctx_t apr_md5_ctx_t
 

Functions

 APU_DECLARE (apr_status_t) apr_md5_init(apr_md5_ctx_t *context)
 

Variables

apr_xlate_txlate
 
const void * input
 
const void apr_size_t inputLen
 
apr_md5_ctx_tcontext
 
const charsalt
 
const char charresult
 
const char char apr_size_t nbytes
 
unsigned int count
 
unsigned int const unsigned char apr_size_t salt_len
 
unsigned int const unsigned char apr_size_t charout
 
unsigned int const unsigned char apr_size_t char apr_size_t out_len
 
const charhash
 

Detailed Description

APR MD5 Routines.

Definition in file apr_md5.h.