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 362 @param[in] CautionKey If true, F12 is used as confirm key;
370 IN BOOLEAN CautionKey
385 if ((Key.ScanCode == SCAN_F10) && !CautionKey) {
388 if ((Key.ScanCode == SCAN_F12) && CautionKey) {
468 BOOLEAN CautionKey;
496 CautionKey = FALSE;
508 CautionKey = TRUE;
523 CautionKey = TRUE;
543 CautionKey = TRUE;
572 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 1657 milliseconds