Main Page | Modules | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages | Examples

MD4 Library


Data Structures

struct  apr_md4_ctx_t

Defines

#define APR_MD4_DIGESTSIZE   16
#define apr_md4_set_xlate(context, xlate)   APR_ENOTIMPL

Typedefs

typedef apr_md4_ctx_t apr_md4_ctx_t

Functions

 APU_DECLARE (apr_status_t) apr_md4_init(apr_md4_ctx_t *context)

Variables

const unsigned char * input
const unsigned char apr_size_t inputLen
apr_md4_ctx_tcontext

Define Documentation

#define APR_MD4_DIGESTSIZE   16
 

The digestsize for MD4

Definition at line 61 of file apr_md4.h.

Referenced by MDFile(), MDString(), and MDTimeTrial().

#define apr_md4_set_xlate context,
xlate   )     APR_ENOTIMPL
 

Definition at line 96 of file apr_md4.h.


Typedef Documentation

typedef struct apr_md4_ctx_t apr_md4_ctx_t
 

See also:
apr_md4_ctx_t

Definition at line 64 of file apr_md4.h.


Function Documentation

APU_DECLARE apr_status_t   ) 
 

Parse a File, producing a xml_doc

Parameters:
p The pool for allocating the parse results.
parser A pointer to *parser (needed so calling function can get errors), will be set to NULL on successfull completion.
ppdoc A pointer to *apr_xml_doc (which has the parsed results in it)
xmlfd A file to read from.
buffer_length Buffer length which would be suitable
Returns:
Any errors found during parsing.

Definition at line 37 of file apr_brigade.c.


Variable Documentation

apr_md4_ctx_t* context
 

Definition at line 118 of file apr_md4.h.

const unsigned char* input
 

Definition at line 127 of file apr_md4.h.

const unsigned char unsigned int inputLen
 

Definition at line 106 of file apr_sha1.h.