iPXE
Data Fields
EFI_SIGNATURE_DATA Struct Reference

The format of a signature database. More...

#include <ImageAuthentication.h>

Data Fields

EFI_GUID SignatureOwner
 An identifier which identifies the agent which added the signature to the list. More...
 
UINT8 SignatureData [1]
 The format of the signature is defined by the SignatureType. More...
 

Detailed Description

The format of a signature database.

Definition at line 57 of file ImageAuthentication.h.

Field Documentation

◆ SignatureOwner

EFI_GUID EFI_SIGNATURE_DATA::SignatureOwner

An identifier which identifies the agent which added the signature to the list.

Definition at line 61 of file ImageAuthentication.h.

◆ SignatureData

UINT8 EFI_SIGNATURE_DATA::SignatureData[1]

The format of the signature is defined by the SignatureType.

Definition at line 65 of file ImageAuthentication.h.

Referenced by efisig_asn1().


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