GME  13
Public Attributes
apr_md5_ctx_t Struct Reference

#include <apr_md5.h>

List of all members.

Public Attributes

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

Detailed Description

MD5 context.

Definition at line 74 of file apr_md5.h.


Member Data Documentation

unsigned char apr_md5_ctx_t::buffer[64]

input buffer

Definition at line 80 of file apr_md5.h.

apr_uint32_t apr_md5_ctx_t::count[2]

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

Definition at line 78 of file apr_md5.h.

apr_uint32_t apr_md5_ctx_t::state[4]

state (ABCD)

Definition at line 76 of file apr_md5.h.

translation handle ignored if xlate is unsupported

Definition at line 84 of file apr_md5.h.


The documentation for this struct was generated from the following file: