Searched defs:TpmEnable (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgConfigDxe/
H A DTcgConfigNvData.h40 BOOLEAN TpmEnable; member in struct:__anon12685
H A DTcgConfigImpl.c54 @param[out] TpmEnable Flag to indicate TPM is enabled or not.
65 OUT BOOLEAN *TpmEnable, OPTIONAL
78 // Get TPM Permanent flags (TpmEnable, TpmActivate)
80 if ((TpmEnable != NULL) || (TpmActivate != NULL)) {
104 if (TpmEnable != NULL) {
105 *TpmEnable = (BOOLEAN) !TpmPermanentFlags->disable;
159 BOOLEAN TpmEnable; local
196 Status = GetTpmState (PrivateData->TcgProtocol, &TpmEnable, &TpmActivate);
205 TpmEnable ? L"Enabled" : L"Disabled",
208 Configuration.TpmEnable
63 GetTpmState( IN EFI_TCG_PROTOCOL *TcgProtocol, OUT BOOLEAN *TpmEnable, OPTIONAL OUT BOOLEAN *TpmActivate OPTIONAL ) argument
[all...]

Completed in 32 milliseconds