sha1_ctx Struct Reference

data structure holding the state of the hash processing. More...


Data Fields

uint_least64_t cnt
 total so far in bits.
uint_least32_t data [SHA1_LBLOCK]
 load data into chunks here.
unsigned data_len
 number of bytes used in data.
uint_least32_t h [5]
 five hash state values for 160-bits.


Detailed Description

data structure holding the state of the hash processing.

Definition at line 2863 of file boris.c.


Field Documentation

uint_least64_t sha1_ctx::cnt

total so far in bits.

Definition at line 2867 of file boris.c.

uint_least32_t sha1_ctx::data[SHA1_LBLOCK]

load data into chunks here.

Definition at line 2865 of file boris.c.

number of bytes used in data.

(not the number of words/elements)

Definition at line 2868 of file boris.c.

uint_least32_t sha1_ctx::h[5]

five hash state values for 160-bits.

Definition at line 2865 of file boris.c.


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

Generated on Mon Dec 28 09:03:38 2009 for boris by  doxygen 1.5.8