OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AppleChunklist.h File Reference

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
 

Detailed Description

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.

Macro Definition Documentation

◆ APPLE_CHUNKLIST_CHECKSUM_LENGTH

#define APPLE_CHUNKLIST_CHECKSUM_LENGTH   32

Definition at line 27 of file AppleChunklist.h.

◆ APPLE_CHUNKLIST_CHUNK_METHOD_10

#define APPLE_CHUNKLIST_CHUNK_METHOD_10   0x1

Definition at line 25 of file AppleChunklist.h.

◆ APPLE_CHUNKLIST_FILE_VERSION_10

#define APPLE_CHUNKLIST_FILE_VERSION_10   0x1

Definition at line 24 of file AppleChunklist.h.

◆ APPLE_CHUNKLIST_MAGIC

#define APPLE_CHUNKLIST_MAGIC   0x4C4B4E43

Definition at line 19 of file AppleChunklist.h.

◆ APPLE_CHUNKLIST_SIG_LENGTH

#define APPLE_CHUNKLIST_SIG_LENGTH   256

Definition at line 28 of file AppleChunklist.h.

◆ APPLE_CHUNKLIST_SIG_METHOD_10

#define APPLE_CHUNKLIST_SIG_METHOD_10   0x1

Definition at line 26 of file AppleChunklist.h.

Typedef Documentation

◆ APPLE_CHUNKLIST_CHUNK

◆ APPLE_CHUNKLIST_SIG