TianoCore EDK2 master
Loading...
Searching...
No Matches
CryptoStandaloneMm.c File Reference
#include <PiMm.h>
#include <Library/MmServicesTableLib.h>
#include <Protocol/SmmCrypto.h>

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
 

Detailed Description

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.

Function Documentation

◆ CryptoStandaloneMmEntry()

EFI_STATUS EFIAPI CryptoStandaloneMmEntry ( IN EFI_HANDLE  ImageHandle,
IN EFI_MM_SYSTEM_TABLE MmSystemTable 
)

The module Entry Point of the Crypto Standalone MM Driver.

Parameters
[in]ImageHandleThe firmware allocated handle for the EFI image.
[in]SystemTableA pointer to the EFI System Table.
Return values
EFI_SUCCESSThe entry point is executed successfully.
OtherSome error occurs when executing this entry point.

Definition at line 27 of file CryptoStandaloneMm.c.

Variable Documentation

◆ mEdkiiCrypto

CONST EDKII_CRYPTO_PROTOCOL mEdkiiCrypto
extern

Definition at line 6816 of file Crypto.c.