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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DTpm12.h144 typedef UINT32 TPM_RESULT; typedef
1362 TPM_RESULT returnCode;
1372 #define TPM_SUCCESS ((TPM_RESULT) TPM_BASE)
1373 #define TPM_AUTHFAIL ((TPM_RESULT) (TPM_BASE + 1))
1374 #define TPM_BADINDEX ((TPM_RESULT) (TPM_BASE + 2))
1375 #define TPM_BAD_PARAMETER ((TPM_RESULT) (TPM_BASE + 3))
1376 #define TPM_AUDITFAILURE ((TPM_RESULT) (TPM_BASE + 4))
1377 #define TPM_CLEAR_DISABLED ((TPM_RESULT) (TPM_BASE + 5))
1378 #define TPM_DEACTIVATED ((TPM_RESULT) (TPM_BASE + 6))
1379 #define TPM_DISABLED ((TPM_RESULT) (TPM_BAS
[all...]

Completed in 63 milliseconds