OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
SHA512state_st Struct Reference

#include <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
 
union {
   SHA_LONG64   d [SHA_LBLOCK]
 
   unsigned char   p [SHA512_CBLOCK]
 
u
 

Detailed Description

Definition at line 176 of file sha.h.

Member Data Documentation

SHA_LONG64 SHA512state_st::d[SHA_LBLOCK]

Definition at line 181 of file sha.h.

SHA_LONG64 SHA512state_st::h

Definition at line 178 of file sha.h.

unsigned int SHA512state_st::md_len

Definition at line 184 of file sha.h.

SHA_LONG64 SHA512state_st::Nh

Definition at line 179 of file sha.h.

SHA_LONG64 SHA512state_st::Nl

Definition at line 179 of file sha.h.

unsigned int SHA512state_st::num

Definition at line 184 of file sha.h.

unsigned char SHA512state_st::p[SHA512_CBLOCK]

Definition at line 182 of file sha.h.

union { ... } SHA512state_st::u
union { ... } SHA512state_st::u

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