UFO: Alien Invasion
Loading...
Searching...
No Matches
SHA1Context Struct Reference

#include <sha1.h>

Collaboration diagram for SHA1Context:
Collaboration graph

Data Fields

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

This structure will hold context information for the hashing operation

Definition at line 43 of file sha1.h.

Field Documentation

◆ Computed

int SHA1Context::Computed

Definition at line 52 of file sha1.h.

Referenced by Com_SHA1Input(), Com_SHA1Reset(), and Com_SHA1Result().

◆ Corrupted

int SHA1Context::Corrupted

Definition at line 53 of file sha1.h.

Referenced by Com_SHA1Input(), Com_SHA1Reset(), and Com_SHA1Result().

◆ Length_High

unsigned SHA1Context::Length_High

Definition at line 47 of file sha1.h.

Referenced by Com_SHA1Input(), Com_SHA1PadMessage(), and Com_SHA1Reset().

◆ Length_Low

unsigned SHA1Context::Length_Low

Definition at line 46 of file sha1.h.

Referenced by Com_SHA1Input(), Com_SHA1PadMessage(), and Com_SHA1Reset().

◆ Message_Block

unsigned char SHA1Context::Message_Block[64]

Definition at line 49 of file sha1.h.

Referenced by Com_SHA1Input(), Com_SHA1PadMessage(), and Com_SHA1ProcessMessageBlock().

◆ Message_Block_Index

int SHA1Context::Message_Block_Index

◆ Message_Digest

unsigned SHA1Context::Message_Digest[5]

Definition at line 44 of file sha1.h.

Referenced by Com_SHA1Buffer(), Com_SHA1File(), Com_SHA1ProcessMessageBlock(), and Com_SHA1Reset().


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