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

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/
H A DTpm12Ownership.c65 ReturnCode = SwapBytes32(RecvBuffer.Hdr.returnCode);
H A DTpm12Startup.c77 ReturnCode = SwapBytes32(RecvBuffer.Hdr.returnCode);
120 ReturnCode = SwapBytes32(RecvBuffer.Hdr.returnCode);
H A DTpm12NvStorage.c124 ReturnCode = SwapBytes32(RecvBuffer.Hdr.returnCode);
179 ReturnCode = SwapBytes32(RecvBuffer.Hdr.returnCode);
245 ReturnCode = SwapBytes32(RecvBuffer.Hdr.returnCode);
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
H A DTpmComm.c69 if (RspHdr.returnCode != 0) {
119 if (RspHdr.returnCode != 0) {
H A DTisDxe.c351 TpmRspPtr->returnCode = SwapBytes32 (TpmRspPtr->returnCode);
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
H A DTcgConfigImpl.c98 if (EFI_ERROR (Status) || (TpmRsp->tag != SwapBytes16 (TPM_TAG_RSP_COMMAND)) || (TpmRsp->returnCode != 0)) {
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
H A DDxeTcgPhysicalPresenceLib.c113 ASSERT (TpmRsp->returnCode == 0);
168 if (TpmRsp.returnCode != 0) {
226 return SwapBytes32 (TpmRsp.returnCode);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
H A DTpm12.h1196 TPM_RESULT returnCode; member in struct:tdTPM_AUDIT_EVENT_OUT
1959 TPM_RESULT returnCode; member in struct:tdTPM_RSP_COMMAND_HDR
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
H A DTpm12.h1362 TPM_RESULT returnCode; member in struct:tdTPM_AUDIT_EVENT_OUT
2168 TPM_RESULT returnCode; member in struct:tdTPM_RSP_COMMAND_HDR

Completed in 182 milliseconds