Searched refs:HideTpm (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgConfigDxe/
H A DTcgConfigNvData.h36 BOOLEAN HideTpm; member in struct:__anon12685
H A DTcgConfigDriver.c72 PrivateData->HideTpm = (BOOLEAN) (PcdGetBool (PcdHideTpmSupport) && PcdGetBool (PcdHideTpm));
H A DTcgConfigImpl.h66 BOOLEAN HideTpm; member in struct:__anon12684
H A DTcgConfigImpl.c186 Configuration.HideTpm = (BOOLEAN) (PcdGetBool (PcdHideTpmSupport) && PcdGetBool (PcdHideTpm));
188 // Read the original value of HideTpm from PrivateData which won't be changed by Setup in this boot.
190 Configuration.OriginalHideTpm = PrivateData->HideTpm;
312 PcdSetBool (PcdHideTpm, TcgConfiguration.HideTpm);
H A DTcgConfig.vfr63 checkbox varid = TCG_CONFIGURATION.HideTpm,

Completed in 949 milliseconds