GME  13
Public Attributes
apr_md4_ctx_t Struct Reference

#include <apr_md4.h>

List of all members.

Public Attributes

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

Detailed Description

MD4 context.

Definition at line 67 of file apr_md4.h.


Member Data Documentation

unsigned char apr_md4_ctx_t::buffer[64]

input buffer

Definition at line 73 of file apr_md4.h.

apr_uint32_t apr_md4_ctx_t::count[2]

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

Definition at line 71 of file apr_md4.h.

apr_uint32_t apr_md4_ctx_t::state[4]

state (ABCD)

Definition at line 69 of file apr_md4.h.


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