GME  13
Public Attributes
apr_sha1_ctx_t Struct Reference

#include <apr_sha1.h>

List of all members.

Public Attributes

apr_uint32_t digest [5]
apr_uint32_t count_lo
apr_uint32_t count_hi
apr_uint32_t data [16]
int local

Detailed Description

SHA1 context structure

Definition at line 56 of file apr_sha1.h.


Member Data Documentation

Definition at line 60 of file apr_sha1.h.

64-bit bit counts

Definition at line 60 of file apr_sha1.h.

apr_uint32_t apr_sha1_ctx_t::data[16]

SHA data buffer

Definition at line 62 of file apr_sha1.h.

apr_uint32_t apr_sha1_ctx_t::digest[5]

message digest

Definition at line 58 of file apr_sha1.h.

unprocessed amount in data

Definition at line 64 of file apr_sha1.h.


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