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

  /external/vboot_reference/tests/
tlcl_tests.c 303 TEST_EQ(calls[0].req_cmd, TPM_ORD_GetCapability, " cmd");
307 TEST_EQ(calls[0].req_cmd, TPM_ORD_GetCapability, " cmd");
311 TEST_EQ(calls[0].req_cmd, TPM_ORD_GetCapability, " cmd");
317 TEST_EQ(calls[0].req_cmd, TPM_ORD_GetCapability, " cmd");
321 TEST_EQ(calls[0].req_cmd, TPM_ORD_GetCapability, " cmd");
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/
Tpm12GetCapability.c 68 // send Tpm command TPM_ORD_GetCapability
72 Command.Hdr.ordinal = SwapBytes32 (TPM_ORD_GetCapability);
109 // send Tpm command TPM_ORD_GetCapability
113 Command.Hdr.ordinal = SwapBytes32 (TPM_ORD_GetCapability);
  /external/vboot_reference/utility/
tlcl_generator.c 315 Command* cmd = newCommand(TPM_ORD_GetCapability, size);
334 Command* cmd = newCommand(TPM_ORD_GetCapability, size);
353 Command* cmd = newCommand(TPM_ORD_GetCapability, size);
371 Command* cmd = newCommand(TPM_ORD_GetCapability, size);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
TcgConfigImpl.c 84 *(UINT32*)&CmdBuf[6] = SwapBytes32 (TPM_ORD_GetCapability);
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
DxeTcgPhysicalPresenceLib.c 94 TpmRqu->ordinal = SwapBytes32 (TPM_ORD_GetCapability);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Tpm12.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm12.h     [all...]

Completed in 252 milliseconds