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

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

Public Attributes

SHA_LONG64 h [8]
 
SHA_LONG64 Nl
 
SHA_LONG64 Nh
 
union {
   SHA_LONG64   d [SHA_LBLOCK]
 
   unsigned char   p [SHA512_CBLOCK]
 
u
 
unsigned int num
 
unsigned int md_len
 

Detailed Description

Definition at line 179 of file sha.h.

Member Data Documentation

◆ d

SHA_LONG64 SHA512state_st::d[SHA_LBLOCK]

Definition at line 183 of file sha.h.

◆ h

SHA_LONG64 SHA512state_st::h[8]

Definition at line 180 of file sha.h.

◆ md_len

unsigned int SHA512state_st::md_len

Definition at line 186 of file sha.h.

◆ Nh

SHA_LONG64 SHA512state_st::Nh

Definition at line 181 of file sha.h.

◆ Nl

SHA_LONG64 SHA512state_st::Nl

Definition at line 181 of file sha.h.

◆ num

unsigned int SHA512state_st::num

Definition at line 186 of file sha.h.

◆ p

unsigned char SHA512state_st::p[SHA512_CBLOCK]

Definition at line 184 of file sha.h.

◆ u

union { ... } SHA512state_st::u

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