HomeSort by relevance Sort by last modified time
    Searched refs:CautionKey (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/
DxeTrEEPhysicalPresenceLib.c 160 @param[in] CautionKey If true, F12 is used as confirm key;
168 IN BOOLEAN CautionKey
183 if ((Key.ScanCode == SCAN_F10) && !CautionKey) {
186 if ((Key.ScanCode == SCAN_F12) && CautionKey) {
240 BOOLEAN CautionKey;
245 CautionKey = FALSE;
256 CautionKey = TRUE;
274 CautionKey = TRUE;
322 if (TrEEReadUserKey (CautionKey)) {
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/DxeTrEEPhysicalPresenceLibNull/
DxeTrEEPhysicalPresenceLibNull.c 103 @param[in] CautionKey If true, F12 is used as confirm key;
111 IN BOOLEAN CautionKey
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DxeTcg2PhysicalPresenceLib.c 251 @param[in] CautionKey If true, F12 is used as confirm key;
259 IN BOOLEAN CautionKey
274 if ((Key.ScanCode == SCAN_F10) && !CautionKey) {
277 if ((Key.ScanCode == SCAN_F12) && CautionKey) {
357 BOOLEAN CautionKey;
369 CautionKey = FALSE;
384 CautionKey = TRUE;
399 CautionKey = TRUE;
435 CautionKey = TRUE;
464 CautionKey = TRUE;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
DxeTcgPhysicalPresenceLib.c 439 @param[in] CautionKey If true, F12 is used as confirm key;
448 IN BOOLEAN CautionKey
471 if ((Key.ScanCode == SCAN_F10) && !CautionKey) {
474 if ((Key.ScanCode == SCAN_F12) && CautionKey) {
528 BOOLEAN CautionKey;
533 CautionKey = FALSE;
596 CautionKey = TRUE;
710 CautionKey = TRUE;
735 CautionKey = TRUE;
776 CautionKey = TRUE;
    [all...]

Completed in 78 milliseconds