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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
H A DDxeTcgPhysicalPresenceLib.c32 #define TPM_PP_BIOS_FAILURE ((TPM_RESULT)(-0x0f)) macro
180 @retval TPM_PP_BIOS_FAILURE Error occurred during sending command to TPM or
200 return TPM_PP_BIOS_FAILURE;
218 return TPM_PP_BIOS_FAILURE;
230 @retval TPM_PP_BIOS_FAILURE Unknown physical presence operation.
231 @retval TPM_PP_BIOS_FAILURE Error occurred during sending command to TPM or
362 return TPM_PP_BIOS_FAILURE;
419 return TPM_PP_BIOS_FAILURE;
944 TcgPpData->PPResponse = TPM_PP_BIOS_FAILURE;

Completed in 51 milliseconds