TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_HASH_OUTPUT Union Reference

Data Fields

EFI_MD5_HASH * Md5Hash
 
EFI_SHA1_HASH * Sha1Hash
 
EFI_SHA224_HASH * Sha224Hash
 
EFI_SHA256_HASH * Sha256Hash
 
EFI_SHA384_HASH * Sha384Hash
 
EFI_SHA512_HASH * Sha512Hash
 

Detailed Description

Definition at line 85 of file Hash.h.

Field Documentation

◆ Md5Hash

EFI_MD5_HASH* EFI_HASH_OUTPUT::Md5Hash

Definition at line 86 of file Hash.h.

◆ Sha1Hash

EFI_SHA1_HASH* EFI_HASH_OUTPUT::Sha1Hash

Definition at line 87 of file Hash.h.

◆ Sha224Hash

EFI_SHA224_HASH* EFI_HASH_OUTPUT::Sha224Hash

Definition at line 88 of file Hash.h.

◆ Sha256Hash

EFI_SHA256_HASH* EFI_HASH_OUTPUT::Sha256Hash

Definition at line 89 of file Hash.h.

◆ Sha384Hash

EFI_SHA384_HASH* EFI_HASH_OUTPUT::Sha384Hash

Definition at line 90 of file Hash.h.

◆ Sha512Hash

EFI_SHA512_HASH* EFI_HASH_OUTPUT::Sha512Hash

Definition at line 91 of file Hash.h.


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