iPXE
Data Fields
EFI_SIGNATURE_LIST Struct Reference

#include <ImageAuthentication.h>

Data Fields

EFI_GUID SignatureType
 Type of the signature. More...
 
UINT32 SignatureListSize
 Total size of the signature list, including this header. More...
 
UINT32 SignatureHeaderSize
 Size of the signature header which precedes the array of signatures. More...
 
UINT32 SignatureSize
 Size of each signature. More...
 

Detailed Description

Definition at line 68 of file ImageAuthentication.h.

Field Documentation

◆ SignatureType

EFI_GUID EFI_SIGNATURE_LIST::SignatureType

Type of the signature.

GUID signature types are defined in below.

Definition at line 72 of file ImageAuthentication.h.

◆ SignatureListSize

UINT32 EFI_SIGNATURE_LIST::SignatureListSize

Total size of the signature list, including this header.

Definition at line 76 of file ImageAuthentication.h.

◆ SignatureHeaderSize

UINT32 EFI_SIGNATURE_LIST::SignatureHeaderSize

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

Definition at line 80 of file ImageAuthentication.h.

◆ SignatureSize

UINT32 EFI_SIGNATURE_LIST::SignatureSize

Size of each signature.

Definition at line 84 of file ImageAuthentication.h.

Referenced by efisig_asn1(), and efisig_image_probe().


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