OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | APPLE_CHUNKLIST_CHUNK_ |
struct | APPLE_CHUNKLIST_SIG_ |
struct | APPLE_CHUNKLIST_HEADER |
Macros | |
#define | APPLE_CHUNKLIST_MAGIC 0x4C4B4E43 |
#define | APPLE_CHUNKLIST_FILE_VERSION_10 0x1 |
#define | APPLE_CHUNKLIST_CHUNK_METHOD_10 0x1 |
#define | APPLE_CHUNKLIST_SIG_METHOD_10 0x1 |
#define | APPLE_CHUNKLIST_CHECKSUM_LENGTH 32 |
#define | APPLE_CHUNKLIST_SIG_LENGTH 256 |
Typedefs | |
typedef struct APPLE_CHUNKLIST_CHUNK_ | APPLE_CHUNKLIST_CHUNK |
typedef struct APPLE_CHUNKLIST_SIG_ | APPLE_CHUNKLIST_SIG |
Copyright (C) 2019, Goldfish64. 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 AppleChunklist.h.
#define APPLE_CHUNKLIST_CHECKSUM_LENGTH 32 |
Definition at line 27 of file AppleChunklist.h.
#define APPLE_CHUNKLIST_CHUNK_METHOD_10 0x1 |
Definition at line 25 of file AppleChunklist.h.
#define APPLE_CHUNKLIST_FILE_VERSION_10 0x1 |
Definition at line 24 of file AppleChunklist.h.
#define APPLE_CHUNKLIST_MAGIC 0x4C4B4E43 |
Definition at line 19 of file AppleChunklist.h.
#define APPLE_CHUNKLIST_SIG_LENGTH 256 |
Definition at line 28 of file AppleChunklist.h.
#define APPLE_CHUNKLIST_SIG_METHOD_10 0x1 |
Definition at line 26 of file AppleChunklist.h.
typedef struct APPLE_CHUNKLIST_CHUNK_ APPLE_CHUNKLIST_CHUNK |
typedef struct APPLE_CHUNKLIST_SIG_ APPLE_CHUNKLIST_SIG |