F´ Flight Software - C/C++ Documentation  NASA-v1.5.0
A framework for building embedded system applications to NASA flight quality standards.
SHA256state_st Struct Reference

#include <Utils/Hash/openssl/sha.h>

Public Attributes

SHA_LONG h [8]
 
SHA_LONG Nl
 
SHA_LONG Nh
 
SHA_LONG data [SHA_LBLOCK]
 
unsigned int num
 
unsigned int md_len
 

Detailed Description

Definition at line 130 of file sha.h.

Member Data Documentation

◆ data

SHA_LONG SHA256state_st::data[SHA_LBLOCK]

Definition at line 133 of file sha.h.

◆ h

SHA_LONG SHA256state_st::h[8]

Definition at line 131 of file sha.h.

◆ md_len

unsigned int SHA256state_st::md_len

Definition at line 134 of file sha.h.

◆ Nh

SHA_LONG SHA256state_st::Nh

Definition at line 132 of file sha.h.

◆ Nl

SHA_LONG SHA256state_st::Nl

Definition at line 132 of file sha.h.

◆ num

unsigned int SHA256state_st::num

Definition at line 134 of file sha.h.


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