OpenCore
1.0.4
OpenCore Bootloader
|
#include <stdint.h>
#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <UserFile.h>
#include <Protocol/AppleSecureBoot.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/OcCryptoLib.h>
#include <libDER/oids.h>
#include <libDERImg4/Img4oids.h>
#include <libDERImg4/libDERImg4.h>
Go to the source code of this file.
Functions | |
STATIC VOID | InternalDebugEnvInfo (IN CONST DERImg4Environment *Env) |
STATIC INT32 | DebugManifest (IN CONST CHAR8 *ManifestName) |
STATIC INT32 | VerifyImg4 (IN CONST CHAR8 *ImageName, IN CONST CHAR8 *ManifestName, IN CONST CHAR8 *type) |
int | ENTRY_POINT (int argc, char *argv[]) |
int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
STATIC VOID InternalDebugEnvInfo | ( | IN CONST DERImg4Environment * | Env | ) |