TianoCore EDK2 master
Loading...
Searching...
No Matches
CryptoSmm.c File Reference

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI CryptoSmmEntry (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Variables

CONST EDKII_CRYPTO_PROTOCOL mEdkiiCrypto
 

Detailed Description

Installs the EDK II Crypto SMM Protocol

Copyright (C) Microsoft Corporation. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file CryptoSmm.c.

Function Documentation

◆ CryptoSmmEntry()

EFI_STATUS EFIAPI CryptoSmmEntry ( IN EFI_HANDLE  ImageHandle,
IN EFI_SYSTEM_TABLE SystemTable 
)

The module Entry Point of the Crypto SMM 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 CryptoSmm.c.

Variable Documentation

◆ mEdkiiCrypto

CONST EDKII_CRYPTO_PROTOCOL mEdkiiCrypto
extern

Definition at line 6816 of file Crypto.c.