ReactOS 0.4.15-dev-7842-g558ab78
WinCertificate.h
Go to the documentation of this file.
1
17#ifndef __EFI_WIN_CERTIFICATE_H__
18#define __EFI_WIN_CERTIFICATE_H__
19
20//
21// _WIN_CERTIFICATE.wCertificateType
22//
23#define WIN_CERT_TYPE_PKCS_SIGNED_DATA 0x0002
24#define WIN_CERT_TYPE_EFI_PKCS115 0x0EF0
25#define WIN_CERT_TYPE_EFI_GUID 0x0EF1
26
30typedef struct {
54
58#define EFI_CERT_TYPE_RSA2048_SHA256_GUID \
59{0xa7717414, 0xc616, 0x4977, { 0x94, 0x20, 0x84, 0x47, 0x12, 0xa7, 0x35, 0xbf } }
60
64typedef struct {
66 UINT8 PublicKey[256];
69
70
74typedef struct {
91 UINT8 CertData[1];
93
94
103typedef struct {
125
127
128#endif
unsigned short UINT16
unsigned char UINT8
unsigned int UINT32
EFI_GUID gEfiCertTypeRsa2048Sha256Guid
static const WCHAR Signature[]
Definition: parser.c:141
UINT16 wCertificateType