OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | OC_RSA_PUBLIC_KEY_2048 |
Macros | |
#define | OC_RSA_PK_2048_NUM_BYTES (2 * (2048 / OC_CHAR_BIT)) |
Functions | |
STATIC_ASSERT (sizeof(OC_RSA_PUBLIC_KEY_2048)==sizeof(OC_RSA_PUBLIC_KEY_HDR)+OC_RSA_PK_2048_NUM_BYTES, "The 2048-bit RSA PK struct is malformed.") | |
Variables | |
STATIC CONST OC_RSA_PUBLIC_KEY_2048 | mPkDb1 |
STATIC CONST OC_RSA_PUBLIC_KEY_2048 | mPkDb2 |
CONST APPLE_PK_ENTRY | PkDataBase [NUM_OF_PK] |
GLOBAL_REMOVE_IF_UNREFERENCED CONST UINT8 | gAppleX86SecureBootRootCaCert [] |
GLOBAL_REMOVE_IF_UNREFERENCED CONST UINTN | gAppleX86SecureBootRootCaCertSize |
Copyright (C) 2019, vit9696. All rights reserved.
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 OcAppleKeysLib.c.
#define OC_RSA_PK_2048_NUM_BYTES (2 * (2048 / OC_CHAR_BIT)) |
The data size of a 2048 Bits RSA Public Key. Includes N and R^2 mod N.
Definition at line 23 of file OcAppleKeysLib.c.
STATIC_ASSERT | ( | sizeof(OC_RSA_PUBLIC_KEY_2048) | = =sizeof(OC_RSA_PUBLIC_KEY_HDR)+OC_RSA_PK_2048_NUM_BYTES, |
"The 2048-bit RSA PK struct is malformed." | ) |
GLOBAL_REMOVE_IF_UNREFERENCED CONST UINT8 gAppleX86SecureBootRootCaCert[] |
Definition at line 220 of file OcAppleKeysLib.c.
GLOBAL_REMOVE_IF_UNREFERENCED CONST UINTN gAppleX86SecureBootRootCaCertSize |
Definition at line 330 of file OcAppleKeysLib.c.
STATIC CONST OC_RSA_PUBLIC_KEY_2048 mPkDb1 |
Definition at line 48 of file OcAppleKeysLib.c.
STATIC CONST OC_RSA_PUBLIC_KEY_2048 mPkDb2 |
Definition at line 120 of file OcAppleKeysLib.c.
CONST APPLE_PK_ENTRY PkDataBase[NUM_OF_PK] |
Definition at line 195 of file OcAppleKeysLib.c.