TianoCore EDK2 master
|
#include <PiPei.h>
#include <Library/PeiServicesLib.h>
#include <Library/DebugLib.h>
#include <Ppi/Crypto.h>
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | CryptoPeiEntry (IN EFI_PEI_FILE_HANDLE FileHandle, IN CONST EFI_PEI_SERVICES **PeiServices) |
Variables | |
CONST EDKII_CRYPTO_PROTOCOL | mEdkiiCrypto |
CONST EFI_PEI_PPI_DESCRIPTOR | mEdkiiCryptoPpiList |
Installs the EDK II Crypto PPI. If this PEIM is dispatched before memory is discovered, the RegisterForShadow() feature is used to reload this PEIM into memory after memory is discovered.
Copyright (C) Microsoft Corporation. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file CryptoPei.c.
EFI_STATUS EFIAPI CryptoPeiEntry | ( | IN EFI_PEI_FILE_HANDLE | FileHandle, |
IN CONST EFI_PEI_SERVICES ** | PeiServices | ||
) |
Entry to CryptoPeiEntry.
FileHandle | The image handle. |
PeiServices | The PEI services table. |
Status | From internal routine or boot object, should not fail |
Definition at line 34 of file CryptoPei.c.
|
extern |
CONST EFI_PEI_PPI_DESCRIPTOR mEdkiiCryptoPpiList |
Definition at line 18 of file CryptoPei.c.