|
iPXE
|
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... | |
The format of a signature database.
Definition at line 57 of file ImageAuthentication.h.
| 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.
| 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().
1.8.15