TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_SIGNATURE_LIST Struct Reference

Data Fields

EFI_GUID SignatureType
 
UINT32 SignatureListSize
 
UINT32 SignatureHeaderSize
 
UINT32 SignatureSize
 

Detailed Description

Definition at line 63 of file ImageAuthentication.h.

Field Documentation

◆ SignatureHeaderSize

UINT32 EFI_SIGNATURE_LIST::SignatureHeaderSize

Size of the signature header which precedes the array of signatures.

Definition at line 75 of file ImageAuthentication.h.

◆ SignatureListSize

UINT32 EFI_SIGNATURE_LIST::SignatureListSize

Total size of the signature list, including this header.

Definition at line 71 of file ImageAuthentication.h.

◆ SignatureSize

UINT32 EFI_SIGNATURE_LIST::SignatureSize

Size of each signature.

Definition at line 79 of file ImageAuthentication.h.

◆ SignatureType

EFI_GUID EFI_SIGNATURE_LIST::SignatureType

Type of the signature. GUID signature types are defined in below.

Definition at line 67 of file ImageAuthentication.h.


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