TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | CryptoStandaloneMmEntry (IN EFI_HANDLE ImageHandle, IN EFI_MM_SYSTEM_TABLE *MmSystemTable) |
Variables | |
CONST EDKII_CRYPTO_PROTOCOL | mEdkiiCrypto |
Installs the EDK II Crypto SMM Protocol in Standalone MM.
Copyright (c) 2024, American Megatrends International LLC. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file CryptoStandaloneMm.c.
EFI_STATUS EFIAPI CryptoStandaloneMmEntry | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_MM_SYSTEM_TABLE * | MmSystemTable | ||
) |
The module Entry Point of the Crypto Standalone MM Driver.
[in] | ImageHandle | The firmware allocated handle for the EFI image. |
[in] | SystemTable | A pointer to the EFI System Table. |
EFI_SUCCESS | The entry point is executed successfully. |
Other | Some error occurs when executing this entry point. |
Definition at line 27 of file CryptoStandaloneMm.c.
|
extern |