Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm20.h338 typedef UINT32 TPM_RC; typedef
339 #define TPM_RC_SUCCESS (TPM_RC)(0x000)
340 #define TPM_RC_BAD_TAG (TPM_RC)(0x030)
341 #define RC_VER1 (TPM_RC)(0x100)
342 #define TPM_RC_INITIALIZE (TPM_RC)(RC_VER1 + 0x000)
343 #define TPM_RC_FAILURE (TPM_RC)(RC_VER1 + 0x001)
344 #define TPM_RC_SEQUENCE (TPM_RC)(RC_VER1 + 0x003)
345 #define TPM_RC_PRIVATE (TPM_RC)(RC_VER1 + 0x00B)
346 #define TPM_RC_HMAC (TPM_RC)(RC_VER1 + 0x019)
347 #define TPM_RC_DISABLED (TPM_RC)(RC_VER1 + 0x020)
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2NVStorage.c186 TPM_RC ResponseCode; in Tpm2NvReadPublic()
294 TPM_RC ResponseCode; in Tpm2NvDefineSpace()
428 TPM_RC ResponseCode; in Tpm2NvUndefineSpace()
538 TPM_RC ResponseCode; in Tpm2NvRead()
676 TPM_RC ResponseCode; in Tpm2NvWrite()
803 TPM_RC ResponseCode; in Tpm2NvReadLock()
890 TPM_RC ResponseCode; in Tpm2NvWriteLock()
975 TPM_RC ResponseCode; in Tpm2NvGlobalWriteLock()
DTpm2Startup.c63 TPM_RC ResponseCode; in Tpm2Startup()