OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
PavpProvisionData.c File Reference

Go to the source code of this file.

Variables

UINT8 gDefaultAppleEpidCertificate []
 
UINTN gDefaultAppleEpidCertificateSize = sizeof (gDefaultAppleEpidCertificate)
 
UINT8 gDefaultAppleGroupPublicKeys []
 
UINTN gDefaultAppleGroupPublicKeysSize = sizeof (gDefaultAppleGroupPublicKeys)
 

Detailed Description

Provision EPID data.

Copyright (c) 2019, vit9696. 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 PavpProvisionData.c.

Variable Documentation

◆ gDefaultAppleEpidCertificate

UINT8 gDefaultAppleEpidCertificate[]
Initial value:
= {
0x00
}

Definition at line 19 of file PavpProvisionData.c.

◆ gDefaultAppleEpidCertificateSize

UINTN gDefaultAppleEpidCertificateSize = sizeof (gDefaultAppleEpidCertificate)

Definition at line 23 of file PavpProvisionData.c.

◆ gDefaultAppleGroupPublicKeys

UINT8 gDefaultAppleGroupPublicKeys[]
Initial value:
= {
0x00
}

Definition at line 25 of file PavpProvisionData.c.

◆ gDefaultAppleGroupPublicKeysSize

UINTN gDefaultAppleGroupPublicKeysSize = sizeof (gDefaultAppleGroupPublicKeys)

Definition at line 29 of file PavpProvisionData.c.