Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm12.h137 typedef UINT32 TPM_RESULT; typedef
1355 TPM_RESULT returnCode;
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))
[all …]