TianoCore EDK2 master
Loading...
Searching...
No Matches
FmpAuthenticationLib.h
Go to the documentation of this file.
1
9#ifndef __FMP_AUTHENTICATION_LIB_H__
10#define __FMP_AUTHENTICATION_LIB_H__
11
13
49RETURN_STATUS
50EFIAPI
53 IN UINTN ImageSize,
54 IN CONST UINT8 *PublicKeyData,
55 IN UINTN PublicKeyDataLength
56 );
57
58#endif
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 IN
Definition: Base.h:279