|
iPXE
|
#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... | |
Definition at line 69 of file ImageAuthentication.h.
| EFI_GUID EFI_SIGNATURE_LIST::SignatureType |
Type of the signature.
GUID signature types are defined in below.
Definition at line 73 of file ImageAuthentication.h.
| UINT32 EFI_SIGNATURE_LIST::SignatureListSize |
Total size of the signature list, including this header.
Definition at line 77 of file ImageAuthentication.h.
| UINT32 EFI_SIGNATURE_LIST::SignatureHeaderSize |
Size of the signature header which precedes the array of signatures.
Definition at line 81 of file ImageAuthentication.h.
| UINT32 EFI_SIGNATURE_LIST::SignatureSize |
Size of each signature.
Definition at line 85 of file ImageAuthentication.h.
Referenced by efisig_asn1(), and efisig_image_probe().
1.8.15