Searched refs:returnCode (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/ |
D | Tpm12NvStorage.c | 112 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()
|
D | Tpm12PhysicalPresence.c | 66 if (SwapBytes32(Response.returnCode) != TPM_SUCCESS) { in Tpm12PhysicalPresence() 67 …RROR, "Tpm12PhysicalPresence: Response Code error! 0x%08x\r\n", SwapBytes32(Response.returnCode))); in Tpm12PhysicalPresence()
|
D | Tpm12Pcr.c | 77 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()
|
D | Tpm12Startup.c | 62 switch (SwapBytes32(Response.returnCode)) { in Tpm12Startup() 103 switch (SwapBytes32 (Response.returnCode)) { in Tpm12SaveState()
|
D | Tpm12Ownership.c | 49 switch (SwapBytes32 (Response.returnCode)) { in Tpm12ForceClear()
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/ |
D | TcgConfigImpl.c | 98 …RROR (Status) || (TpmRsp->tag != SwapBytes16 (TPM_TAG_RSP_COMMAND)) || (TpmRsp->returnCode != 0)) { in GetTpmState()
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/ |
D | DxeTcgPhysicalPresenceLib.c | 113 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/ |
D | Tpm12.h | 1362 TPM_RESULT returnCode; member 2168 TPM_RESULT returnCode; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | Tpm12.h | 1196 TPM_RESULT returnCode; member 1959 TPM_RESULT returnCode; member
|