OpenCore
1.0.4
OpenCore Bootloader
|
#include <UserFile.h>
#include <Library/OcCryptoLib.h>
#include <Library/OcAppleKeysLib.h>
#include <BigNumLib.h>
Go to the source code of this file.
Functions | |
VOID | VerifyRsa (IN CONST OC_RSA_PUBLIC_KEY *PublicKey, IN CONST CHAR8 *Name) |
int | ENTRY_POINT (int argc, char *argv[]) |
Copyright (C) 2019, Download-Fritz. 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 RsaPreprocess.c.
int ENTRY_POINT | ( | int | argc, |
char * | argv[] ) |
Definition at line 69 of file RsaPreprocess.c.
VOID VerifyRsa | ( | IN CONST OC_RSA_PUBLIC_KEY * | PublicKey, |
IN CONST CHAR8 * | Name ) |
Definition at line 23 of file RsaPreprocess.c.