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

#include <apr_sha1.h>

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

◆ count_hi

apr_uint32_t apr_sha1_ctx_t::count_hi

Definition at line 60 of file apr_sha1.h.

◆ count_lo

apr_uint32_t apr_sha1_ctx_t::count_lo

64-bit bit counts

Definition at line 60 of file apr_sha1.h.

◆ data

apr_uint32_t apr_sha1_ctx_t::data[16]

SHA data buffer

Definition at line 62 of file apr_sha1.h.

◆ digest

apr_uint32_t apr_sha1_ctx_t::digest[5]

message digest

Definition at line 58 of file apr_sha1.h.

◆ local

int apr_sha1_ctx_t::local

unprocessed amount in data

Definition at line 64 of file apr_sha1.h.


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