OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
SHA512_CONTEXT_ Struct Reference

#include <OcCryptoLib.h>

Data Fields

UINT64 TotalLength
 
UINTN Length
 
UINT8 Block [2 *SHA512_BLOCK_SIZE]
 
UINT64 State [8]
 

Detailed Description

Definition at line 139 of file OcCryptoLib.h.

Field Documentation

◆ Block

UINT8 SHA512_CONTEXT_::Block[2 *SHA512_BLOCK_SIZE]

Definition at line 142 of file OcCryptoLib.h.

◆ Length

UINTN SHA512_CONTEXT_::Length

Definition at line 141 of file OcCryptoLib.h.

◆ State

UINT64 SHA512_CONTEXT_::State[8]

Definition at line 143 of file OcCryptoLib.h.

◆ TotalLength

UINT64 SHA512_CONTEXT_::TotalLength

Definition at line 140 of file OcCryptoLib.h.


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