TianoCore EDK2
master
Loading...
Searching...
No Matches
FmpAuthenticationLibNull.c
Go to the documentation of this file.
1
9
#include <
Uefi.h
>
10
11
#include <
Library/DebugLib.h
>
12
#include <
Library/FmpAuthenticationLib.h
>
13
49
RETURN_STATUS
50
EFIAPI
51
AuthenticateFmpImage
(
52
IN
EFI_FIRMWARE_IMAGE_AUTHENTICATION
*Image,
53
IN
UINTN
ImageSize,
54
IN
CONST
UINT8 *PublicKeyData,
55
IN
UINTN
PublicKeyDataLength
56
)
57
{
58
ASSERT (
FALSE
);
59
return
RETURN_UNSUPPORTED
;
60
}
UINTN
UINT64 UINTN
Definition:
ProcessorBind.h:112
FmpAuthenticationLib.h
AuthenticateFmpImage
RETURN_STATUS EFIAPI AuthenticateFmpImage(IN EFI_FIRMWARE_IMAGE_AUTHENTICATION *Image, IN UINTN ImageSize, IN CONST UINT8 *PublicKeyData, IN UINTN PublicKeyDataLength)
Definition:
FmpAuthenticationLibNull.c:51
CONST
#define CONST
Definition:
Base.h:259
RETURN_UNSUPPORTED
#define RETURN_UNSUPPORTED
Definition:
Base.h:1081
FALSE
#define FALSE
Definition:
Base.h:307
IN
#define IN
Definition:
Base.h:279
DebugLib.h
Uefi.h
EFI_FIRMWARE_IMAGE_AUTHENTICATION
Definition:
FirmwareManagement.h:195
MdeModulePkg
Library
FmpAuthenticationLibNull
FmpAuthenticationLibNull.c
Generated on Fri Nov 15 2024 18:01:11 for TianoCore EDK2 by
1.9.6