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

#include <sha2.h>

Public Attributes

apr_uint32_t state [8]
 
apr_uint64_t bitcount
 
apr_byte_t buffer [64]
 

Detailed Description

Definition at line 39 of file sha2.h.

Member Data Documentation

◆ bitcount

apr_uint64_t _SHA256_CTX::bitcount

Definition at line 41 of file sha2.h.

◆ buffer

apr_byte_t _SHA256_CTX::buffer[64]

Definition at line 42 of file sha2.h.

◆ state

apr_uint32_t _SHA256_CTX::state[8]

Definition at line 40 of file sha2.h.


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