Apache HTTPD
Public Attributes | List of all members
apr_md5_ctx_t Struct Reference

#include <apr_md5.h>

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

◆ buffer

unsigned char apr_md5_ctx_t::buffer[64]

input buffer

Definition at line 80 of file apr_md5.h.

◆ count

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.

◆ state

apr_uint32_t apr_md5_ctx_t::state[4]

state (ABCD)

Definition at line 76 of file apr_md5.h.

◆ xlate

apr_xlate_t* apr_md5_ctx_t::xlate

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: