jabberd2  2.5.0
Data Fields
sha1_state_s Struct Reference

#include <sha1.h>

Data Fields

uint32_t H [5]
 
uint32_t W [80]
 
int lenW
 
uint32_t sizeHi
 
uint32_t sizeLo
 

Detailed Description

Definition at line 53 of file sha1.h.

Field Documentation

uint32_t sha1_state_s::H[5]

Definition at line 54 of file sha1.h.

Referenced by sha1_finish(), sha1_hashblock(), and sha1_init().

uint32_t sha1_state_s::W[80]

Definition at line 55 of file sha1.h.

Referenced by sha1_append(), sha1_hashblock(), and sha1_init().

int sha1_state_s::lenW

Definition at line 56 of file sha1.h.

Referenced by sha1_append(), sha1_finish(), and sha1_init().

uint32_t sha1_state_s::sizeHi

Definition at line 57 of file sha1.h.

Referenced by sha1_append(), sha1_finish(), and sha1_init().

uint32_t sha1_state_s::sizeLo

Definition at line 57 of file sha1.h.

Referenced by sha1_append(), sha1_finish(), and sha1_init().


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