Home
last modified time | relevance | path

Searched refs:TmpStr2 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
DDxeTcgPhysicalPresenceLib.c526 CHAR16 *TmpStr2; in UserConfirm() local
532 TmpStr2 = NULL; in UserConfirm()
540 TmpStr2 = PhysicalPresenceGetStringById (STRING_TOKEN (TPM_ENABLE)); in UserConfirm()
543 UnicodeSPrint (ConfirmText, BufSize, TmpStr1, TmpStr2); in UserConfirm()
552 TmpStr2 = PhysicalPresenceGetStringById (STRING_TOKEN (TPM_DISABLE)); in UserConfirm()
555 UnicodeSPrint (ConfirmText, BufSize, TmpStr1, TmpStr2); in UserConfirm()
568 TmpStr2 = PhysicalPresenceGetStringById (STRING_TOKEN (TPM_ACTIVATE)); in UserConfirm()
571 UnicodeSPrint (ConfirmText, BufSize, TmpStr1, TmpStr2); in UserConfirm()
580 TmpStr2 = PhysicalPresenceGetStringById (STRING_TOKEN (TPM_DEACTIVATE)); in UserConfirm()
583 UnicodeSPrint (ConfirmText, BufSize, TmpStr1, TmpStr2); in UserConfirm()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DDxeTcg2PhysicalPresenceLib.c355 CHAR16 *TmpStr2; in Tcg2UserConfirm() local
368 TmpStr2 = NULL; in Tcg2UserConfirm()
385 TmpStr2 = Tcg2PhysicalPresenceGetStringById (STRING_TOKEN (TPM_CLEAR)); in Tcg2UserConfirm()
388 UnicodeSPrint (ConfirmText, BufSize, TmpStr1, TmpStr2); in Tcg2UserConfirm()
401 TmpStr2 = Tcg2PhysicalPresenceGetStringById (STRING_TOKEN (TPM_CLEAR)); in Tcg2UserConfirm()
404 UnicodeSPrint (ConfirmText, BufSize, TmpStr1, TmpStr2); in Tcg2UserConfirm()
436 TmpStr2 = Tcg2PhysicalPresenceGetStringById (STRING_TOKEN (TPM_SET_PCR_BANKS)); in Tcg2UserConfirm()
439 UnicodeSPrint (ConfirmText, BufSize, TmpStr1, TmpStr2); in Tcg2UserConfirm()
465 TmpStr2 = Tcg2PhysicalPresenceGetStringById (STRING_TOKEN (TPM_CHANGE_EPS)); in Tcg2UserConfirm()
468 UnicodeSPrint (ConfirmText, BufSize, TmpStr1, TmpStr2); in Tcg2UserConfirm()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/
DDxeTrEEPhysicalPresenceLib.c238 CHAR16 *TmpStr2; in TrEEUserConfirm() local
244 TmpStr2 = NULL; in TrEEUserConfirm()
257 TmpStr2 = TrEEPhysicalPresenceGetStringById (STRING_TOKEN (TPM_CLEAR)); in TrEEUserConfirm()
260 UnicodeSPrint (ConfirmText, BufSize, TmpStr1, TmpStr2); in TrEEUserConfirm()
275 TmpStr2 = TrEEPhysicalPresenceGetStringById (STRING_TOKEN (TPM_CLEAR)); in TrEEUserConfirm()
278 UnicodeSPrint (ConfirmText, BufSize, TmpStr1, TmpStr2); in TrEEUserConfirm()
303 if (TmpStr2 == NULL) { in TrEEUserConfirm()
310 UnicodeSPrint (ConfirmText + StrLen (ConfirmText), BufSize, TmpStr1, TmpStr2); in TrEEUserConfirm()
319 FreePool (TmpStr2); in TrEEUserConfirm()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
DBdsPlatform.c2415 CHAR16 *TmpStr2; in ShowProgressHotKey() local
2443 TmpStr2 = NULL; in ShowProgressHotKey()
2459 TmpStr2 = L"WARNING: Recovery Test Key is used.\r\n"; in ShowProgressHotKey()
2495 if (TmpStr2 != NULL) { in ShowProgressHotKey()
2496 TmpStrSize += StrSize(TmpStr2); in ShowProgressHotKey()
2506 if (TmpStr2 != NULL) { in ShowProgressHotKey()
2507 StrCatS(TmpStr, TmpStrSize/sizeof(CHAR16), TmpStr2); in ShowProgressHotKey()