iPXE
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.
UINT8 SignatureData [1]
 The format of the signature is defined by the SignatureType.

Detailed Description

The format of a signature database.

Definition at line 58 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 62 of file ImageAuthentication.h.

◆ SignatureData

UINT8 EFI_SIGNATURE_DATA::SignatureData[1]

The format of the signature is defined by the SignatureType.

Definition at line 66 of file ImageAuthentication.h.

Referenced by efisig_asn1().


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