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