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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DTpm12.h22 #define TPM_BASE 0 macro
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_BASE + 7))
1380 #define TPM_DISABLED_CMD ((TPM_RESULT) (TPM_BASE
[all...]

Completed in 83 milliseconds