HomeSort by relevance Sort by last modified time
    Searched refs:TPM_TAG_RSP_COMMAND (Results 1 - 8 of 8) sorted by null

  /external/vboot_reference/firmware/include/
tss_constants.h 55 #define TPM_TAG_RSP_COMMAND ((uint16_t) 0xc4)
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
TisPei.c 126 if (SwapBytes16 (Data16) != TPM_TAG_RSP_COMMAND ) {
  /external/vboot_reference/firmware/stub/
tpm_lite_stub.c 241 response_tag == TPM_TAG_RSP_COMMAND) ||
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
Tpm12Tis.c 481 if (SwapBytes16 (Data16) != TPM_TAG_RSP_COMMAND) {
482 DEBUG ((EFI_D_ERROR, "TPM12: TPM_ST_RSP error - %x\n", TPM_TAG_RSP_COMMAND));
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
TcgConfigImpl.c 98 if (EFI_ERROR (Status) || (TpmRsp->tag != SwapBytes16 (TPM_TAG_RSP_COMMAND)) || (TpmRsp->returnCode != 0)) {
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
DxeTcgPhysicalPresenceLib.c 112 ASSERT (TpmRsp->tag == SwapBytes16 (TPM_TAG_RSP_COMMAND));
167 ASSERT (TpmRsp.tag == SwapBytes16 (TPM_TAG_RSP_COMMAND));
223 if (EFI_ERROR (Status) || (TpmRsp.tag != SwapBytes16 (TPM_TAG_RSP_COMMAND))) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Tpm12.h 566 #define TPM_TAG_RSP_COMMAND ((TPM_STRUCTURE_TAG) 0x00C4)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm12.h 733 #define TPM_TAG_RSP_COMMAND ((TPM_STRUCTURE_TAG) 0x00C4)
    [all...]

Completed in 291 milliseconds