TianoCore EDK2
master
Loading...
Searching...
No Matches
CryptoDxe.c
Go to the documentation of this file.
1
9
#include <
PiDxe.h
>
10
#include <
Library/UefiBootServicesTableLib.h
>
11
#include <
Protocol/Crypto.h
>
12
13
extern
CONST
EDKII_CRYPTO_PROTOCOL
mEdkiiCrypto;
14
25
EFI_STATUS
26
EFIAPI
27
CryptoDxeEntry
(
28
IN
EFI_HANDLE
ImageHandle,
29
IN
EFI_SYSTEM_TABLE
*SystemTable
30
)
31
{
32
return
gBS
->InstallMultipleProtocolInterfaces (
33
&ImageHandle,
34
&gEdkiiCryptoProtocolGuid,
35
(
EDKII_CRYPTO_PROTOCOL
*)&mEdkiiCrypto,
36
NULL
37
);
38
}
CryptoDxeEntry
EFI_STATUS EFIAPI CryptoDxeEntry(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition:
CryptoDxe.c:27
NULL
#define NULL
Definition:
Base.h:319
CONST
#define CONST
Definition:
Base.h:259
IN
#define IN
Definition:
Base.h:279
PiDxe.h
Crypto.h
EFI_STATUS
RETURN_STATUS EFI_STATUS
Definition:
UefiBaseType.h:29
EFI_HANDLE
VOID * EFI_HANDLE
Definition:
UefiBaseType.h:33
UefiBootServicesTableLib.h
gBS
EFI_BOOT_SERVICES * gBS
Definition:
UefiBootServicesTableLib.c:17
_EDKII_CRYPTO_PROTOCOL
Definition:
Crypto.h:5430
EFI_SYSTEM_TABLE
Definition:
UefiSpec.h:2028
CryptoPkg
Driver
CryptoDxe.c
Generated on Fri Nov 15 2024 18:01:05 for TianoCore EDK2 by
1.9.6