|
TianoCore EDK2 master
|
Data Fields | |
| EFI_GUID | SignatureType |
| UINT32 | SignatureListSize |
| UINT32 | SignatureHeaderSize |
| UINT32 | SignatureSize |
Definition at line 66 of file ImageAuthentication.h.
| UINT32 EFI_SIGNATURE_LIST::SignatureHeaderSize |
Size of the signature header which precedes the array of signatures.
Definition at line 78 of file ImageAuthentication.h.
| UINT32 EFI_SIGNATURE_LIST::SignatureListSize |
Total size of the signature list, including this header.
Definition at line 74 of file ImageAuthentication.h.
| UINT32 EFI_SIGNATURE_LIST::SignatureSize |
Size of each signature.
Definition at line 82 of file ImageAuthentication.h.
| EFI_GUID EFI_SIGNATURE_LIST::SignatureType |
Type of the signature. GUID signature types are defined in below.
Definition at line 70 of file ImageAuthentication.h.