Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/
DTpm12NvStorage.c112 DEBUG ((DEBUG_INFO, "Tpm12NvDefineSpace - ReturnCode = %x\n", SwapBytes32 (Response.returnCode))); in Tpm12NvDefineSpace()
113 switch (SwapBytes32 (Response.returnCode)) { in Tpm12NvDefineSpace()
160 …DEBUG ((DEBUG_INFO, "Tpm12NvReadValue - ReturnCode = %x\n", SwapBytes32 (Response.Hdr.returnCode))… in Tpm12NvReadValue()
161 switch (SwapBytes32 (Response.Hdr.returnCode)) { in Tpm12NvReadValue()
227 DEBUG ((DEBUG_INFO, "Tpm12NvWritedValue - ReturnCode = %x\n", SwapBytes32 (Response.returnCode))); in Tpm12NvWriteValue()
228 switch (SwapBytes32 (Response.returnCode)) { in Tpm12NvWriteValue()
DTpm12PhysicalPresence.c66 if (SwapBytes32(Response.returnCode) != TPM_SUCCESS) { in Tpm12PhysicalPresence()
67 …RROR, "Tpm12PhysicalPresence: Response Code error! 0x%08x\r\n", SwapBytes32(Response.returnCode))); in Tpm12PhysicalPresence()
DTpm12Pcr.c77 if (SwapBytes32(Response.Hdr.returnCode) != TPM_SUCCESS) { in Tpm12Extend()
78 …FI_D_ERROR, "Tpm12Extend: Response Code error! 0x%08x\r\n", SwapBytes32(Response.Hdr.returnCode))); in Tpm12Extend()
DTpm12Startup.c62 switch (SwapBytes32(Response.returnCode)) { in Tpm12Startup()
103 switch (SwapBytes32 (Response.returnCode)) { in Tpm12SaveState()
DTpm12Ownership.c49 switch (SwapBytes32 (Response.returnCode)) { in Tpm12ForceClear()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
DTcgConfigImpl.c98 …RROR (Status) || (TpmRsp->tag != SwapBytes16 (TPM_TAG_RSP_COMMAND)) || (TpmRsp->returnCode != 0)) { in GetTpmState()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
DDxeTcgPhysicalPresenceLib.c113 ASSERT (TpmRsp->returnCode == 0); in GetTpmCapability()
168 if (TpmRsp.returnCode != 0) { in TpmPhysicalPresence()
226 return SwapBytes32 (TpmRsp.returnCode); in TpmCommandNoReturnData()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm12.h1362 TPM_RESULT returnCode; member
2168 TPM_RESULT returnCode; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DTpm12.h1196 TPM_RESULT returnCode; member
1959 TPM_RESULT returnCode; member