CUBRID Engine  latest
SHA1Context Struct Reference

#include <sha1.h>

Collaboration diagram for SHA1Context:
Collaboration graph

Public Attributes

unsigned Message_Digest [5]
 
unsigned Length_Low
 
unsigned Length_High
 
unsigned char Message_Block [64]
 
int Message_Block_Index
 
int Computed
 
int Corrupted
 

Detailed Description

Definition at line 33 of file sha1.h.

Member Data Documentation

int SHA1Context::Computed

Definition at line 43 of file sha1.h.

Referenced by SHA1Input(), SHA1Reset(), and SHA1Result().

int SHA1Context::Corrupted

Definition at line 44 of file sha1.h.

Referenced by SHA1Input(), SHA1Reset(), and SHA1Result().

unsigned SHA1Context::Length_High

Definition at line 38 of file sha1.h.

Referenced by SHA1Input(), SHA1PadMessage(), and SHA1Reset().

unsigned SHA1Context::Length_Low

Definition at line 37 of file sha1.h.

Referenced by SHA1Input(), SHA1PadMessage(), and SHA1Reset().

unsigned char SHA1Context::Message_Block[64]

Definition at line 40 of file sha1.h.

Referenced by SHA1Input(), SHA1PadMessage(), and SHA1ProcessMessageBlock().

int SHA1Context::Message_Block_Index

Definition at line 41 of file sha1.h.

Referenced by SHA1Input(), SHA1PadMessage(), SHA1ProcessMessageBlock(), and SHA1Reset().

unsigned SHA1Context::Message_Digest[5]

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