From abf3adcd2f37f4e278fc9ef7634ca0c8f5171893 Mon Sep 17 00:00:00 2001 From: kavsrf Date: Sun, 5 Feb 2017 17:31:28 +0300 Subject: picture password bmp and DcsProp can be in secregion on separate flash Tables overlay configuration commands --- Include/Library/PasswordLib.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Include/Library/PasswordLib.h') diff --git a/Include/Library/PasswordLib.h b/Include/Library/PasswordLib.h index 7ed31c5..a827b16 100644 --- a/Include/Library/PasswordLib.h +++ b/Include/Library/PasswordLib.h @@ -25,6 +25,8 @@ extern UINTN gPasswordPictureCharsLen; extern UINT8 gPasswordVisible; extern UINT8 gPasswordProgress; extern int gPasswordShowMark; +extern VOID* gPictPwdBmp; +extern UINTN gPictPwdBmpSize; extern int gPlatformLocked; extern int gTPMLocked; @@ -114,4 +116,9 @@ PlatformGetAuthData( OUT EFI_HANDLE *secRegionHandle ); +////////////////////////////////////////////////////////////////////////// +// Certificates +////////////////////////////////////////////////////////////////////////// +extern CHAR8* gDCS_platform_crt_der; + #endif \ No newline at end of file -- cgit v1.2.3