Main Page   Packages   Modules   Data Structures   File List   Data Fields   Globals  

/home/dsummers/rpms/build/apr-util-0.9.5/include/apr_md5.h File Reference

APR MD5 Routines. More...

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

Go to the source code of this file.

Data Structures

struct  apr_md5_ctx_t

Defines

#define APR_MD5_DIGESTSIZE   16
#define MD5_DIGESTSIZE   APR_MD5_DIGESTSIZE /**< @deprecated */

Typedefs

typedef apr_md5_ctx_t apr_md5_ctx_t

Functions

apr_status_t apr_md5_init (apr_md5_ctx_t *context)
apr_status_t apr_md5_set_xlate (apr_md5_ctx_t *context, apr_xlate_t *xlate)
apr_status_t apr_md5_update (apr_md5_ctx_t *context, const void *input, apr_size_t inputLen)
apr_status_t apr_md5_final (unsigned char digest[APR_MD5_DIGESTSIZE], apr_md5_ctx_t *context)
apr_status_t apr_md5 (unsigned char digest[APR_MD5_DIGESTSIZE], const void *input, apr_size_t inputLen)
apr_status_t apr_md5_encode (const char *password, const char *salt, char *result, apr_size_t nbytes)
apr_status_t apr_password_validate (const char *passwd, const char *hash)


Detailed Description

APR MD5 Routines.


Generated on Fri Dec 26 01:49:08 2003 for Apache Portable Runtime Utility Library by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002