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>
13
49RETURN_STATUS
50EFIAPI
53 IN UINTN ImageSize,
54 IN CONST UINT8 *PublicKeyData,
55 IN UINTN PublicKeyDataLength
56 )
57{
58 ASSERT (FALSE);
59 return RETURN_UNSUPPORTED;
60}
UINT64 UINTN
RETURN_STATUS EFIAPI AuthenticateFmpImage(IN EFI_FIRMWARE_IMAGE_AUTHENTICATION *Image, IN UINTN ImageSize, IN CONST UINT8 *PublicKeyData, IN UINTN PublicKeyDataLength)
#define CONST
Definition: Base.h:259
#define RETURN_UNSUPPORTED
Definition: Base.h:1081
#define FALSE
Definition: Base.h:307
#define IN
Definition: Base.h:279