Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Dtcg.h172 #define TPM_BASE 0x0 // The start of TPM return codes macro
176 #define TPM_SUCCESS TPM_BASE // Successful completion of the operation
177 #define TPM_AUTHFAIL TPM_BASE + 1 // Authentication failed
179 #define TPM_BAD_PARAMETER TPM_BASE + 3 // One or more parameter is bad
182 #define TPM_DEACTIVATED TPM_BASE + 6 // The TPM is deactivated
183 #define TPM_DISABLED TPM_BASE + 7 // The TPM is disabled
185 #define TPM_FAIL TPM_BASE + 9 // The operation failed
189 #define TPM_KEYNOTFOUND TPM_BASE + 13 // The target key was not found
193 #define TPM_NOSPACE TPM_BASE + 17 // No room to load key.
194 #define TPM_NOSRK TPM_BASE + 18 // There is no SRK set
[all …]

Completed in 6 milliseconds