#include <apr_md5.h>
| Data Fields | |
| apr_uint32_t | state [4] | 
| apr_uint32_t | count [2] | 
| unsigned char | buffer [64] | 
| apr_xlate_t * | xlate | 
| apr_uint32_t apr_md5_ctx_t::state[4] | 
state (ABCD)
| apr_uint32_t apr_md5_ctx_t::count[2] | 
number of bits, modulo 2^64 (lsb first)
| unsigned char apr_md5_ctx_t::buffer[64] | 
input buffer
translation handle ignored if xlate is unsupported
 1.5.2
 1.5.2