OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AppleCertificate.h File Reference
#include <Guid/WinCertificate.h>

Go to the source code of this file.

Data Structures

struct  APPLE_EFI_CERTIFICATE_INFO_
 
struct  APPLE_EFI_CERTIFICATE_
 

Macros

#define APPLE_EFI_CERTIFICATE_GUID
 
#define APPLE_EFI_CERTIFICATE_TYPE   0x0EF1
 

Typedefs

typedef struct APPLE_EFI_CERTIFICATE_INFO_ APPLE_EFI_CERTIFICATE_INFO
 
typedef struct APPLE_EFI_CERTIFICATE_ APPLE_EFI_CERTIFICATE
 

Variables

EFI_GUID gAppleEfiCertificateGuid
 

Detailed Description

GUID for UEFI APPLE_CERTIFICATE structure

Copyright (c) 2018, savvas

All rights reserved.

This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Definition in file AppleCertificate.h.

Macro Definition Documentation

◆ APPLE_EFI_CERTIFICATE_GUID

#define APPLE_EFI_CERTIFICATE_GUID
Value:
{ 0x45E7BC51, 0x913C, 0x42AC, \
{ 0x96, 0xA2, 0x10, 0x71, 0x2F, 0xFB, 0xEB, 0xA7 } }

Definition at line 27 of file AppleCertificate.h.

◆ APPLE_EFI_CERTIFICATE_TYPE

#define APPLE_EFI_CERTIFICATE_TYPE   0x0EF1

Definition at line 34 of file AppleCertificate.h.

Typedef Documentation

◆ APPLE_EFI_CERTIFICATE

◆ APPLE_EFI_CERTIFICATE_INFO

Variable Documentation

◆ gAppleEfiCertificateGuid

EFI_GUID gAppleEfiCertificateGuid
extern

Definition at line 200 of file UserGlobalVar.c.