Main Page   Packages   Modules   Data Structures   File List   Data Fields   Globals  

apr_md5_ctx_t Struct Reference
[MD5 Routines]

#include <apr_md5.h>


Data Fields

apr_uint32_t state [4]
apr_uint32_t count [2]
unsigned char buffer [64]
apr_xlate_txlate


Detailed Description

MD5 context.


Field Documentation

unsigned char apr_md5_ctx_t::buffer[64]
 

input buffer

apr_uint32_t apr_md5_ctx_t::count[2]
 

number of bits, modulo 2^64 (lsb first)

apr_uint32_t apr_md5_ctx_t::state[4]
 

state (ABCD)

apr_xlate_t* apr_md5_ctx_t::xlate
 

translation handle ignored if xlate is unsupported


The documentation for this struct was generated from the following file:
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