TianoCore EDK2 master
Loading...
Searching...
No Matches
HddPasswordHiiDataStruc.h File Reference

Go to the source code of this file.

Data Structures

struct  HDD_PASSWORD_SECURITY_STATUS
 
struct  HDD_PASSWORD_REQUEST
 
struct  _HDD_PASSWORD_CONFIG
 

Macros

#define HDD_PASSWORD_CONFIG_GUID
 
#define FORMID_HDD_MAIN_FORM   1
 
#define FORMID_HDD_DEVICE_FORM   2
 
#define HDD_DEVICE_ENTRY_LABEL   0x1234
 
#define HDD_DEVICE_LABEL_END   0xffff
 
#define KEY_HDD_DEVICE_ENTRY_BASE   0x1000
 
#define KEY_HDD_USER_PASSWORD   0x101
 
#define KEY_HDD_MASTER_PASSWORD   0x102
 

Typedefs

typedef struct _HDD_PASSWORD_CONFIG HDD_PASSWORD_CONFIG
 

Detailed Description

HddPassword HII data structure used by the driver.

Copyright (c) 2019, Intel Corporation. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file HddPasswordHiiDataStruc.h.

Macro Definition Documentation

◆ FORMID_HDD_DEVICE_FORM

#define FORMID_HDD_DEVICE_FORM   2

Definition at line 21 of file HddPasswordHiiDataStruc.h.

◆ FORMID_HDD_MAIN_FORM

#define FORMID_HDD_MAIN_FORM   1

Definition at line 20 of file HddPasswordHiiDataStruc.h.

◆ HDD_DEVICE_ENTRY_LABEL

#define HDD_DEVICE_ENTRY_LABEL   0x1234

Definition at line 23 of file HddPasswordHiiDataStruc.h.

◆ HDD_DEVICE_LABEL_END

#define HDD_DEVICE_LABEL_END   0xffff

Definition at line 24 of file HddPasswordHiiDataStruc.h.

◆ HDD_PASSWORD_CONFIG_GUID

#define HDD_PASSWORD_CONFIG_GUID
Value:
{ \
0x737cded7, 0x448b, 0x4801, { 0xb5, 0x7d, 0xb1, 0x94, 0x83, 0xec, 0x60, 0x6f } \
}

Definition at line 15 of file HddPasswordHiiDataStruc.h.

◆ KEY_HDD_DEVICE_ENTRY_BASE

#define KEY_HDD_DEVICE_ENTRY_BASE   0x1000

Definition at line 26 of file HddPasswordHiiDataStruc.h.

◆ KEY_HDD_MASTER_PASSWORD

#define KEY_HDD_MASTER_PASSWORD   0x102

Definition at line 29 of file HddPasswordHiiDataStruc.h.

◆ KEY_HDD_USER_PASSWORD

#define KEY_HDD_USER_PASSWORD   0x101

Definition at line 28 of file HddPasswordHiiDataStruc.h.