iPXE
Data Fields
EFI_HASH_OUTPUT Union Reference

#include <Hash.h>

Data Fields

EFI_MD5_HASHMd5Hash
 
EFI_SHA1_HASHSha1Hash
 
EFI_SHA224_HASHSha224Hash
 
EFI_SHA256_HASHSha256Hash
 
EFI_SHA384_HASHSha384Hash
 
EFI_SHA512_HASHSha512Hash
 

Detailed Description

Definition at line 87 of file Hash.h.

Field Documentation

◆ Md5Hash

EFI_MD5_HASH* EFI_HASH_OUTPUT::Md5Hash

Definition at line 88 of file Hash.h.

◆ Sha1Hash

EFI_SHA1_HASH* EFI_HASH_OUTPUT::Sha1Hash

Definition at line 89 of file Hash.h.

◆ Sha224Hash

EFI_SHA224_HASH* EFI_HASH_OUTPUT::Sha224Hash

Definition at line 90 of file Hash.h.

◆ Sha256Hash

EFI_SHA256_HASH* EFI_HASH_OUTPUT::Sha256Hash

Definition at line 91 of file Hash.h.

◆ Sha384Hash

EFI_SHA384_HASH* EFI_HASH_OUTPUT::Sha384Hash

Definition at line 92 of file Hash.h.

◆ Sha512Hash

EFI_SHA512_HASH* EFI_HASH_OUTPUT::Sha512Hash

Definition at line 93 of file Hash.h.


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