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

#include <sha1.h>

Data Fields

int Computed
 
int Corrupted
 
uint32_t Intermediate_Hash [SHA256HashSize/4]
 
uint32_t Length_High
 
uint32_t Length_Low
 
uint8_t Message_Block [SHA256_Message_Block_Size]
 
int_least16_t Message_Block_Index
 

Detailed Description

Definition at line 147 of file sha1.h.

Field Documentation

◆ Computed

int Computed

Definition at line 156 of file sha1.h.

◆ Corrupted

int Corrupted

Definition at line 157 of file sha1.h.

◆ Intermediate_Hash

uint32_t Intermediate_Hash[SHA256HashSize/4]

Definition at line 148 of file sha1.h.

◆ Length_High

uint32_t Length_High

Definition at line 150 of file sha1.h.

◆ Length_Low

uint32_t Length_Low

Definition at line 151 of file sha1.h.

◆ Message_Block

uint8_t Message_Block[SHA256_Message_Block_Size]

Definition at line 155 of file sha1.h.

◆ Message_Block_Index

int_least16_t Message_Block_Index

Definition at line 153 of file sha1.h.


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