Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
SHA512Context Struct Reference

#include <sha1.h>

Data Fields

int Computed
 
int Corrupted
 
uint64_t Intermediate_Hash [SHA512HashSize/8]
 
uint64_t Length_High
 
uint64_t Length_Low
 
uint8_t Message_Block [SHA512_Message_Block_Size]
 
int_least16_t Message_Block_Index
 

Detailed Description

Definition at line 164 of file sha1.h.

Field Documentation

◆ Computed

int Computed

Definition at line 177 of file sha1.h.

◆ Corrupted

int Corrupted

Definition at line 178 of file sha1.h.

◆ Intermediate_Hash

uint64_t Intermediate_Hash[SHA512HashSize/8]

Definition at line 169 of file sha1.h.

◆ Length_High

uint64_t Length_High

Definition at line 170 of file sha1.h.

◆ Length_Low

uint64_t Length_Low

Definition at line 170 of file sha1.h.

◆ Message_Block

uint8_t Message_Block[SHA512_Message_Block_Size]

Definition at line 175 of file sha1.h.

◆ Message_Block_Index

int_least16_t Message_Block_Index

Definition at line 173 of file sha1.h.


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