SHA1_CTX Struct Reference

#include <sha1.h>

List of all members.

Public Attributes

uint32_t state [5]
uint32_t count [2]
uint8_t buffer [64]


Detailed Description

Definition at line 6 of file sha1.h.


Member Data Documentation

uint32_t SHA1_CTX::state[5]

Definition at line 7 of file sha1.h.

Referenced by sat_SHA1_Final(), sat_SHA1_Init(), and sat_SHA1_Update().

uint32_t SHA1_CTX::count[2]

Definition at line 8 of file sha1.h.

Referenced by sat_SHA1_Final(), sat_SHA1_Init(), and sat_SHA1_Update().

uint8_t SHA1_CTX::buffer[64]

Definition at line 9 of file sha1.h.

Referenced by sat_SHA1_Final(), and sat_SHA1_Update().


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

doxygen