Home
last modified time | relevance | path

Searched refs:TPM_BASE (Results 1 – 1 of 1) sorted by relevance

/src/sys/contrib/edk2/Include/IndustryStandard/
H A DTpm12.h15 #define TPM_BASE 0 macro
1365 #define TPM_SUCCESS ((TPM_RESULT) TPM_BASE)
1366 #define TPM_AUTHFAIL ((TPM_RESULT) (TPM_BASE + 1))
1367 #define TPM_BADINDEX ((TPM_RESULT) (TPM_BASE + 2))
1368 #define TPM_BAD_PARAMETER ((TPM_RESULT) (TPM_BASE + 3))
1369 #define TPM_AUDITFAILURE ((TPM_RESULT) (TPM_BASE + 4))
1370 #define TPM_CLEAR_DISABLED ((TPM_RESULT) (TPM_BASE + 5))
1371 #define TPM_DEACTIVATED ((TPM_RESULT) (TPM_BASE + 6))
1372 #define TPM_DISABLED ((TPM_RESULT) (TPM_BASE + 7))
1373 #define TPM_DISABLED_CMD ((TPM_RESULT) (TPM_BASE + 8))
[all …]